LGTM
http://codereview.chromium.org/3389022/diff/2001/3001 File src/regexp.js (right): http://codereview.chromium.org/3389022/diff/2001/3001#newcode286 src/regexp.js:286: if (this.global) this.lastIndex = lastMatchInfo[CAPTURE1]; We need a little comment here to explain why we only have to do this if the regexp is global. http://codereview.chromium.org/3389022/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
