This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21124 - javascript needs goto label;, label:;
Summary: javascript needs goto label;, label:;
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: JavaScript (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: Unsorted
Assignee: Mathias Bynens
QA Contact: sideshowbarker+javascript
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-26 11:39 UTC by Jim Michaels
Modified: 2013-02-26 14:30 UTC (History)
1 user (show)

See Also:


Attachments

Description Jim Michaels 2013-02-26 11:39:04 UTC
there is break label; and continue label; in the ecmascript 262 specification, but there is no goto. soemthing like this combined with the ability to specify labels like label:;