http://codereview.chromium.org/4308001/diff/1/2 File src/regexp.js (right):
http://codereview.chromium.org/4308001/diff/1/2#newcode162 src/regexp.js:162: if (%_ArgumentsLength() == 0) { Change to === again. http://codereview.chromium.org/4308001/diff/1/2#newcode258 src/regexp.js:258: var global = this.global; Once is sufficient. http://codereview.chromium.org/4308001/diff/1/2#newcode277 src/regexp.js:277: var i = this.global ? TO_INTEGER(lastIndex) : 0; Use global instead of this.global, since we already read it. http://codereview.chromium.org/4308001/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
