bug-1221747.js (91B)
1 // |jit-test| --dump-bytecode 2 3 function f() { 4 eval("(function() {})()"); 5 } 6 oomTest(f);