Closed
Bug 580917
Opened 15 years ago
Closed 15 years ago
JM: "Assertion failure: non-global object at end of scope chain,"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
__defineGetter__("x",gc)
eval("\
function(){\
for each(b in[[],[],[],x]) {\
print(b)\
}\
}\
")()
asserts js debug shell on JM changeset 7c6f62fcbd91 with -m at Assertion failure: non-global object at end of scope chain, at ../jsobj.cpp:6176 when passed in as a CLI argument.
WFM moo-tip
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Updated•15 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•