Fix incorrect handling of global RegExp properties for nested replace-regexp-with...
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 21 Apr 2010 08:33:04 +0000 (08:33 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 21 Apr 2010 08:33:04 +0000 (08:33 +0000)
commit0adfe842a515dd206cb0322d17c05f97244c0e72
tree0a657eb0cefe7e9ab8eeb57953f8f7b4309be8c9
parent5c7ffe9f1c773cb8b5803ad8c1e98f504de0bcb8
Fix incorrect handling of global RegExp properties for nested replace-regexp-with-function.

Review URL: http://codereview.chromium.org/1695002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4455 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/regexp.js
src/string.js
test/mjsunit/string-replace.js