Reland sticky regexps https://codereview.chromium.org/567313003/
authorerik.corry@gmail.com <erik.corry@gmail.com>
Fri, 19 Sep 2014 07:36:05 +0000 (07:36 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com>
Fri, 19 Sep 2014 07:36:05 +0000 (07:36 +0000)
commit35eec7c7ca4faf8130a5539c7b83f52530378a0d
treed0e80487d7c0450bbef024b70eea8b3300bce26a
parentbea452f2e4e35a09c808d2de907debffa8cb2467
Reland sticky regexps https://codereview.chromium.org/567313003/

R=svenpanne@chromium.org, yangguo@chromium.org
BUG=

Review URL: https://codereview.chromium.org/580383003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24065 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 files changed:
src/bootstrapper.cc
src/compilation-cache.cc
src/flag-definitions.h
src/heap/heap.h
src/jsregexp.cc
src/jsregexp.h
src/objects.h
src/regexp.js
src/runtime.cc
src/runtime.h
test/cctest/test-regexp.cc
test/mjsunit/harmony/regexp-sticky.js [new file with mode: 0644]
test/mjsunit/regexp-not-sticky-yet.js [new file with mode: 0644]