[Webkit-unassigned] [Bug 104309] New: try-finally should return try's completion value if finally returned normally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 15:13:30 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104309

           Summary: try-finally should return try's completion value if
                    finally returned normally
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andre.bargull at gmail.com


Steps to reproduce:

Test case:
---
try{ "try-value" }finally{ "finally-value" }
---



Expected results:

Per [ES5.1, 12.14 The try Statement], the code should return "try-value", but V8, JSC, IE and Spidermonkey return "finally-value". Opera does return "try-value".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list