Closed
Bug 617433
Opened 14 years ago
Closed 14 years ago
TypeInference: (x >>> 3.14) asserts with isInt32()
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: bhackett1024)
References
Details
(Whiteboard: fixed-in-jaegermonkey)
Attachments
(1 file)
1.36 KB,
patch
|
Details | Diff | Splinter Review |
$ ./js -m
js> (x >>> 3.14);
Assertion failure: isInt32(), at ../jsvalue.h:584
Reporter | ||
Updated•14 years ago
|
Summary: (x >>> 3.14) asserts with isInt32() → Inference: (x >>> 3.14) asserts with isInt32()
Reporter | ||
Updated•14 years ago
|
Summary: Inference: (x >>> 3.14) asserts with isInt32() → TypeInference: (x >>> 3.14) asserts with isInt32()
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: general → bhackett1024
Assignee | ||
Updated•14 years ago
|
Whiteboard: fixed-in-jaegermonkey
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•