Closed
Bug 653399
Opened 14 years ago
Closed 14 years ago
TI: [infer failure] Missing type in object Global n3: Number.toFixed
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 642772
People
(Reporter: decoder, Assigned: paul.biggar)
References
Details
(Keywords: crash, testcase)
The following testcase crashes on TI revision 09cce9915b80 (run with -m -n -a),
tested on 64 bit:
delete Number;
for (x in this) var n3 = (5).toFixed;
this.n3.Number;
Assignee | ||
Updated•14 years ago
|
Assignee: general → pbiggar
Comment 1•14 years ago
|
||
This needs a merge from TM, which I'll be done with within the next few hours.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•12 years ago
|
||
A testcase for this bug was already added in the original bug (bug 642772).
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•