Searched defs:IsAsciiRepresentation (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects-inl.h238 String::cast(this)->IsAsciiRepresentation();
258 String::cast(this)->IsAsciiRepresentation();
301 bool String::IsAsciiRepresentation() { function in class:v8::internal::String
324 return GetUnderlying()->IsAsciiRepresentation();
2264 return this->IsAsciiRepresentation()
3726 if (src_str->IsAsciiRepresentation()) {

Completed in 25 milliseconds