On 2013/02/13 14:44:51, Yang wrote:
Like discussed offline, for the one-byte case

   return c >= '#' && c <= '~' && c != '\\';

and for the two-byte case

   return c >= '#' && c != '\\' && c != 0x7f;

LGTM.

https://codereview.chromium.org/12207153/

--
--
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