blob: ceae70f999f2b6c58eccb7e00a163425bb91a515 [file] [log] [blame]
// |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);
}