Fix optimization of Unicode regexp with ASCII subject to respect repeat counts.
authorerikcorry <erikcorry@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Jun 2012 11:18:04 +0000 (11:18 +0000)
committererikcorry <erikcorry@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Jun 2012 11:18:04 +0000 (11:18 +0000)
commitafc9b8e9a9c5aa18725a7bbbc6c13e9eed4e233c
tree371e3c5b1a904c71aab3f8b488b97a3fc977fc1c
parent1b25fb8fa9e38b8818fbc314ce549ac99f4fd1d2
Fix optimization of Unicode regexp with ASCII subject to respect repeat counts.
bug=131923
Review URL: http://codereview.chromium.org/10544093

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11754 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/jsregexp.cc
test/mjsunit/regress/regress-131923.js [new file with mode: 0644]