Closed
Bug 355622
Opened 18 years ago
Closed 17 years ago
"export arguments" causes "Assertion failure: overwriting"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: crash, testcase)
js> (function() { export arguments })()
Assertion failure: overwriting, at jsscope.c:1124
Seems harmless in opt jsshell.
Reporter | ||
Comment 1•17 years ago
|
||
WFM on trunk.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Flags: in-testsuite?
Comment 2•17 years ago
|
||
/cvsroot/mozilla/js/tests/js1_5/extensions/regress-355622.js,v <-- regress-355622.js
initial revision: 1.1
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•