Source code
Revision control
Copy as Markdown
Other Tools
// |reftest| skip-if(!xulRuntime.shell)
try {
Reflect.parse(Array(3000).join("x + y - ") + "z")
} catch (e) { }
if (typeof reportCompare === 'function')
reportCompare(true, true);