Searched defs:IsExternalTwoByteString (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/ | ||
H A D | objects-inl.h | 252 bool HeapObject::IsExternalTwoByteString() const { function in class:v8::internal::HeapObject |
/external/v8/include/ | ||
H A D | v8.h | 7585 V8_INLINE static bool IsExternalTwoByteString(int instance_type) { function in class:v8::internal::Internals 8201 if (I::IsExternalTwoByteString(I::GetInstanceType(obj))) { |
Completed in 123 milliseconds