1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// |jit-test| error:InternalError // Binary: cache/js-dbg-64-3062ff7fef83-linux // Flags: -m -n // function enterFunc (funcName) {} test(); function test() { enterFunc ( "NaN number", "'eeeefghi'.match(/e*/)", new test( "Date.prototype" )); function err() { return new Error(); } var error = err(s,s,s,s); }