Closed
Bug 708782
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: no payload..., ion/x86/CodeGenerator-x86.cpp:137
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: dvander)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
jit-test/tests/debug/onEnterFrame-01.js asserts on x86 with --ion-eager. Reduced testcase without callgname:
var type;
function test() {
type = undefined;
}
test();
Assignee | ||
Comment 1•13 years ago
|
||
Reporter | ||
Updated•13 years ago
|
Attachment #583991 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•