string_bytes: stop using String::AsciiValue
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 29 Jun 2013 05:16:46 +0000 (07:16 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 6 Jul 2013 15:44:44 +0000 (17:44 +0200)
commit8985bb8bfd0c4b9fa8dcf001306f1cf7e6c886b4
tree471fb455d8bc258fb5b2aa745c48fe3020dc61a1
parent110a9cd8db515c4d1a9ac5cd8837291da7c6c5ea
string_bytes: stop using String::AsciiValue

Debug builds of V8 now actively check that the string only contains
ASCII characters (i.e. doesn't contain bytes with the high bit set.)
src/string_bytes.cc