Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| exitstatus: 3
enableTrackAllocations();
function f() {
eval('f();');
}
f();