Bug 129917 - Continue hangs when used inside a for-of over the arguments object
Summary: Continue hangs when used inside a for-of over the arguments object
Status: RESOLVED DUPLICATE of bug 129915
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 14:28 PST by Oliver Hunt
Modified: 2014-03-07 14:29 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2014-03-07 14:28:39 PST
for (a of arguments) continue; hangs on a non-zero argument count due to incorrect continue target location
Comment 1 Oliver Hunt 2014-03-07 14:29:55 PST

*** This bug has been marked as a duplicate of bug 129915 ***