michael@0: var f = String.prototype.m = function () { michael@0: return [this.m, this]; michael@0: }; michael@0: var a = "s".m(); michael@0: gczeal(4); michael@0: evaluate("for (a = 0; a < 13; a++) {}", { noScriptRval: true });