summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug725011.js
blob: c736aa7ab5e8e83ebeb8d59ea236027058a2c324 (plain)
1
2
3
4
5
6
7
8
// |jit-test| error: InternalError
DoWhile( new DoWhileObject( (/[\u0076\u0095]/gm ), 1, 0 ));
function DoWhileObject( value, iterations, endvalue ) {}
function DoWhile( object ) {
  do {
    throw DoWhile(1), "", i < test;
  } while( object.value );
}