michael@0: // |jit-test| slow; michael@0: michael@0: // Binary: cache/js-dbg-32-f98c57415d8d-linux michael@0: // Flags: michael@0: // michael@0: michael@0: try { michael@0: var str = '0123456789'; michael@0: for (var icount = 0; icount < 25; ++icount, let(icount2, printStatus) (function() gczeal(2))[1]++) michael@0: str = str + str; michael@0: } catch(ex) { michael@0: new Date( str, false, (new RegExp('[0-9]{3}')).test('23 2 34 78 9 09')); michael@0: } michael@0: this.toSource();