Closed
Bug 864127
Opened 13 years ago
Closed 7 years ago
[jsdbg2] Assertion failure: getSlotRef(key).isUndefined(), at ../vm/GlobalObject-inl.h:21
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase)
The following testcase asserts on mozilla-central revision 4f364593f8bf (no options required):
var dbg = new Debugger;
dbg.onNewGlobalObject = function (global) {
var gw = dbg.addDebuggee(global);
gw.evalInGlobalWithBindings('Math', {} )
};
var cx = evalcx('');
| Assignee | ||
Updated•12 years ago
|
Assignee: general → nobody
evalInGlobalWithBindings no longer exists in the tree, no stack is available, I can no longer bisect back so long anymore, resolving WFM.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•