michael@0: // |jit-test| error: InternalError michael@0: DoWhile( new DoWhileObject( (/[\u0076\u0095]/gm ), 1, 0 )); michael@0: function DoWhileObject( value, iterations, endvalue ) {} michael@0: function DoWhile( object ) { michael@0: do { michael@0: throw DoWhile(1), "", i < test; michael@0: } while( object.value ); michael@0: }