Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error:is not a function
var src = "(" + "0+".repeat(500000) + "0)()";
eval(src);