Status
()
People
(Reporter: jruderman, Unassigned)
Tracking
(Blocks: 1 bug, {testcase})
Firefox Tracking Flags
(Not tracked)
Details
js> function() { yield (yield a); } function () { yield yield a; } js> function () { yield yield a; typein:12: SyntaxError: missing ; before statement:
(Reporter) | ||
Comment 2•13 years ago
|
||
Fixed by the patch in bug 352026.
Comment 3•13 years ago
|
||
Checking in regress-352025.js; /cvsroot/mozilla/js/tests/js1_7/geniter/regress-352025.js,v <-- regress-352025.js initial revision: 1.1 done
Flags: in-testsuite+
Comment 4•13 years ago
|
||
verified fixed 1.9 20060914 windows/mac*/linux bug not evident on 1.8...
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•