Closed
Bug 642222
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: type, at ../jsinfer.h:100
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase)
The following test case (run with -n -a -m) asserts on TI tip (tested on 64
bit):
function writeHeaderToLog ( name, foo, bar ) {
this.TITLE = writeHeaderToLog;
this.TITLE( name, "engineering", undefined )
}
writeHeaderToLog("");
Comment 1•14 years ago
|
||
This works for me on tip.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•