1 2 3 4 5 6 7
// |jit-test| exitstatus: 3 enableTrackAllocations(); function f() { eval('f();'); } f();