summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug654392.js
blob: ceae70f999f2b6c58eccb7e00a163425bb91a515 (plain)
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);
}