Closed
Bug 460606
Opened 17 years ago
Closed 14 years ago
"too much recursion" with uneval and __proto__, take 3
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
js> a = [,]; a.__proto__ = #1=[#1#]; uneval(a);
typein:1: InternalError: too much recursion
I'd expect the "sharp variable" feature to prevent uneval from spinning off into infinite recursion.
The older testcases in bug 367686 and bug 379568 now trigger a different error.
Updated•14 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 1•14 years ago
|
||
No more sharp syntax.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•