Reviewers: ulan,

Message:
Ulan, HasOnlyAsciiChars actually returns true if a string is only contains one byte characters, and there are a couple of places that assume that it returns
ascii, so I just removed them and renamed the function.

Description:
HasOnlyAsciiChars can return incorrect results. Fixup usages and rename.

[email protected]
BUG=

Please review this at https://chromiumcodereview.appspot.com/14509012/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M include/v8.h
  M src/api.cc
  M src/arm/code-stubs-arm.cc
  M src/heap.h
  M src/heap.cc
  M src/ia32/code-stubs-ia32.cc
  M src/log.cc
  M src/objects-inl.h
  M src/objects-printer.cc
  M src/objects.h
  M src/objects.cc
  M src/x64/code-stubs-x64.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to