Status: New
Owner: ----

New issue 2446 by [email protected]: try-finally should return try's completion value if finally returned normally
http://code.google.com/p/v8/issues/detail?id=2446

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".

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to