Closed
Bug 617624
Opened 15 years ago
Closed 15 years ago
TypeInference: Assertion failure: !fe->isType(JSVAL_TYPE_DOUBLE)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
2.02 KB,
patch
|
Details | Diff | Splinter Review |
---
function f() {
var x;
var a = x;
Boolean(a = Number(12.34));
}
f();
---
Assertion failure: !fe->isType(JSVAL_TYPE_DOUBLE), at ../methodjit/FrameState-inl.h:751
Assignee | ||
Comment 1•15 years ago
|
||
Another FP register bug in FrameState::storeTop (yeesh).
http://hg.mozilla.org/projects/jaegermonkey/rev/fcc727676be6
Assignee: general → bhackett1024
![]() |
||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•