Test for non-ASCII character in a needle used on an ASCII string is now handled first
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 14 Oct 2008 14:25:37 +0000 (14:25 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 14 Oct 2008 14:25:37 +0000 (14:25 +0000)
commitbe10124ab5261945363a5c5966357adb2431de1d
tree701c4ea56ca7da7b4bfef78f26458040ece3a458
parentc54b5e5d9be837d5a9bfc54964939cbf5a8c5c49
Test for non-ASCII character in a needle used on an ASCII string is now handled first
instead of only in the unrelated table-construction of Boyer-Moore.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@499 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc