Bug 129917

Summary: Continue hangs when used inside a for-of over the arguments object
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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 ***