js/src/jit-test/tests/basic/bug792239.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:bbeedd464b20
1 var f = String.prototype.m = function () {
2 return [this.m, this];
3 };
4 var a = "s".m();
5 gczeal(4);
6 evaluate("for (a = 0; a < 13; a++) {}", { noScriptRval: true });

mercurial