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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 22 13:46:27 PDT 2020


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

Alexey Shvayka <shvaikalesh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |shvaikalesh at gmail.com
         Resolution|---                         |CONFIGURATION CHANGED

--- Comment #1 from Alexey Shvayka <shvaikalesh at gmail.com> ---
(In reply to André Bargull from comment #0)
> try{ "try-value" }finally{ "finally-value" }
> 
> Expected results:
> 
> Per [ES5.1, 12.14 The try Statement], the code should return "try-value",

The code returns as expected in Safari 13.1, Chrome 84, and Firefox 81.
Test coverage: https://test262.report/browse/language/statements/try/cptn-finally-wo-catch.js

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200822/0168a99d/attachment-0001.htm>


More information about the webkit-unassigned mailing list