Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| --dump-bytecode
function f() {
eval("(function() {})()");
}
oomTest(f);