Comment #2 on issue 1656 by [email protected]: Reconsider naming scheme of String::IsAsciiRepresentation and String::IsAsciiRepresentationUnderneath
http://code.google.com/p/v8/issues/detail?id=1656

While we are at it, also notice the function HasOnlyAsciiChars() below, which seems to be the same as IsAsciiRepresentation(), but allowing false negatives. It's name should be updated like the other functions, and should reflect that it's a heuristic check, not a definite check.

(And I personally prefer "backing string" to "underlying string", but that's purely a matter of taste).

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to