Remove special-casing of calls to RegExp test and exec methods with no argument.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 26 Oct 2011 12:51:07 +0000 (12:51 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 26 Oct 2011 12:51:07 +0000 (12:51 +0000)
commita9edfefa58197a9bac4aca849d6f182cf9e25ad5
treedb1a76ebf48d6ff283ce9d8d42584faf721202b9
parent405d57fe005cefaa6a9847e62a2f207cdb26c4c7
Remove special-casing of calls to RegExp test and exec methods with no argument.

Matches new JSC behavior. Fix issue 75740.

BUG=75740
TEST=mjsunit/regexp-static

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9804 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/regexp.js
test/mjsunit/regexp-static.js
test/mozilla/mozilla.status
test/sputnik/sputnik.status
test/test262/test262.status