[Webkit-unassigned] [Bug 18671] New: SquirrelFish: continue inside switch fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 21 15:46:14 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18671

           Summary: SquirrelFish: continue inside switch fails
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: SquirrelFishBlocker
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
                CC: mjs at apple.com, ggaren at apple.com


Valid continue statements fail inside a switch statement

while(1) {
   print("foo");
   switch(1) { case 1: continue; }
}

The problem is that getJumpContext with an empty label will return the nearest
JumpContext, but in the case of continue it needs to return the nearest
JumpContext with a continue target.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list