Reviewers: ulan,

Description:
Fix some bugs in accessing details of the lastest regexp
match.  Sometimes were were not updating it when we should
and sometimes we were leaving the lastMatchInfoOverride in
place when we should be using the updated regular last match
info.  Small optimization for zero length match in
String.prototype.replace.

Please review this at https://chromiumcodereview.appspot.com/10184004/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/macros.py
  M     src/runtime.cc
  M     src/string.js
  M     test/mjsunit/regexp-capture-3.js


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to