michael@0: // |jit-test| slow michael@0: function x() {} michael@0: for (var j = 0; j < 9999; ++j) { michael@0: (function() { michael@0: x += x.watch("endsWith", ArrayBuffer); michael@0: return 0 >> Function(x) michael@0: })() michael@0: }