Bug 3970 - throw statements fail inside eval statements
Summary: throw statements fail inside eval statements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-12 14:09 PDT by Geoffrey Garen
Modified: 2005-07-14 11:28 PDT (History)
0 users

See Also:


Attachments
Patch (4.64 KB, patch)
2005-07-12 14:10 PDT, Geoffrey Garen
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2005-07-12 14:09:43 PDT
causes the following test failure: ecma_2/Statements/try-003.js
Comment 1 Geoffrey Garen 2005-07-12 14:10:14 PDT
Created attachment 2933 [details]
Patch

Fix.
Comment 2 Maciej Stachowiak 2005-07-13 23:44:09 PDT
Comment on attachment 2933 [details]
Patch

r=me