Closed Bug 418730 Opened 17 years ago Closed 17 years ago

"export *" silently halts JavaScript execution if there are a lot of variables

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

for (let i = 0; i < 60; ++i) this["v" + i] = true; try { print("GO"); export *; print("PASS (1)"); } catch(e) { print("PASS (2)") print(e); } Prints only "GO" and not "PASS".
Whiteboard: DUPEME
WFM after updating.
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
/cvsroot/mozilla/js/tests/js1_5/extensions/regress-418730.js,v <-- regress-418730.js initial revision: 1.1
Flags: in-testsuite? → in-testsuite+
Whiteboard: DUPEME
You need to log in before you can comment on or make changes to this bug.