Closed
Bug 641525
Opened 14 years ago
Closed 14 years ago
TI+JM: [infer failure] Missing type in object #3 prototype: #4:36:Object
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Unassigned)
References
Details
(Whiteboard: fixed-in-jaegermonkey)
Attachments
(1 file)
205 bytes,
application/x-javascript
|
Details |
$ ./js -a -n -m test.js
[infer failure] Missing type in object #3 prototype: #4:36:Object
Comment 1•14 years ago
|
||
Function objects with different types could sometimes have the same shape (shape must determine type, for the SETPROP/SETNAME ICs to work right).
http://hg.mozilla.org/projects/jaegermonkey/rev/54ba422e3429
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-jaegermonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•