[Webkit-unassigned] [Bug 10880] New: Do..while loop gains a semicolon each time it is toStringed
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Sep 15 23:25:08 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10880
Summary: Do..while loop gains a semicolon each time it is
toStringed
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: HasReduction
Severity: minor
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: jruderman at gmail.com
javascript:f=function(){do{}while(0)}; for(i=0;i<4;++i) { alert(f); f=eval("("
+ f + ")"); }
--
Configure bugmail: http://bugzilla.opendarwin.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