testBug743408.js (103B)
1 // |jit-test| error:ReferenceError 2 test(); 3 function test() { 4 (arguments); 5 F.prototype = new F(); 6 }