Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| allow-oom
function f() {
eval("(function() y)()");
}
oomTest(f);
fullcompartmentchecks(true);