summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug792239.js
blob: 0635acf114c28f3adab1071e681af9666e6ab1e0 (plain)
1
2
3
4
5
6
var f = String.prototype.m = function () {
    return [this.m, this];
};
var a = "s".m();
gczeal(4);
evaluate("for (a = 0; a < 13; a++) {}", { noScriptRval: true });