HomeSort by relevance Sort by last modified time
    Searched refs:EnsureIsAscii (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
v8utils.h 245 bool EnsureIsAscii(bool abort_if_failed) const;
246 bool EnsureIsAscii() const { return EnsureIsAscii(true); }
247 bool IsAscii() const { return EnsureIsAscii(false); }
v8utils.cc 310 bool MemoryMappedExternalResource::EnsureIsAscii(bool abort_if_failed) const {

Completed in 37 milliseconds