Closed
Bug 621656
Opened 14 years ago
Closed 14 years ago
TypeInference: JM: "Assertion failure: !JSID_IS_VOID(id)"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
./js -m
(function([]){})();
Assertion failure: !JSID_IS_VOID(id), at jsinferinlines.h:445
The first bad revision is:
changeset: http://hg.mozilla.org/projects/jaegermonkey/rev/0cd7e38f0b39
user: Brian Hackett
date: Fri Oct 29 08:05:55 2010 -0700
summary: [INFER] Javascript type inference, bug 557407.
Comment 1•14 years ago
|
||
This works for me now with -m -n -a and -n -a
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•