Closed
Bug 352792
Opened 18 years ago
Closed 14 years ago
converting ({ toString: [].slice.call}) to string causes "InternalError: too much recursion"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
js> ({ toString: [].slice.call}) + "" typein:19: InternalError: too much recursion
Reporter | ||
Updated•18 years ago
|
Summary: "({ toString: [].slice.call}) + '' " causes "InternalError: too much recursion" → converting ({ toString: [].slice.call}) to string causes "InternalError: too much recursion"
Comment 1•14 years ago
|
||
TypeError: Function.prototype.call called on incompatible Object
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
•