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