Closed
Bug 618853
Opened 14 years ago
Closed 14 years ago
TypeInference: inference failure for "new builtin()"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Unassigned)
References
Details
(Whiteboard: fixed-in-jaegermonkey)
For example:
$ ./js
js> new isNaN;
[infer failure] Missing type at #1:00007 popped 0: Object:prototype:new
This is related to bug 202019.
Updated•14 years ago
|
Comment 1•14 years ago
|
||
Good catch, this just marks the return type as unknown when using 'new' on all natives except class constructors.
http://hg.mozilla.org/projects/jaegermonkey/rev/3d1614793bd2
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
•