Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error: InternalError: too much recursion
function f() {
moduleLink(parseModule("[]", "", "json"));
Math.valueOf = f;
Math.pow(Math);
}
f();
// |jit-test| error: InternalError: too much recursion
function f() {
moduleLink(parseModule("[]", "", "json"));
Math.valueOf = f;
Math.pow(Math);
}
f();