Reviewers: Yang,
https://codereview.chromium.org/11818025/diff/2001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/11818025/diff/2001/src/objects.h#newcode7387 src/objects.h:7387: NonAsciiStart(reinterpret_cast<const char*>(chars), length) >= length; On 2013/01/09 15:39:30, Yang wrote:
Could we also change NonAsciiStart to take const uint8_t* as first
parameter? we need the char implementation for utf8 code patch unfortunately Description: Continues Latin-1 support. All tests pass with ENABLE_LATIN_1 flag. [email protected] BUG= Committed: https://code.google.com/p/v8/source/detail?r=13344 Please review this at https://codereview.chromium.org/11818025/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/api.cc M src/arm/regexp-macro-assembler-arm.cc M src/extensions/externalize-string-extension.cc M src/handles.cc M src/heap.cc M src/ia32/code-stubs-ia32.cc M src/ia32/regexp-macro-assembler-ia32.cc M src/interpreter-irregexp.cc M src/isolate.cc M src/json-parser.h M src/json-stringifier.h M src/jsregexp.cc M src/log.cc M src/objects-inl.h M src/objects.h M src/objects.cc M src/regexp-macro-assembler.cc M src/runtime.cc M src/string-search.h M src/v8conversions.cc M src/x64/code-stubs-x64.cc M src/x64/regexp-macro-assembler-x64.cc M test/cctest/test-hashing.cc M test/mjsunit/regexp-capture-3.js A + test/mjsunit/regress/regress-latin-1.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
