Home
last modified time | relevance | path

Searched refs:IsExternalOneByte (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dstring_bytes.cc320 if (str->IsExternalOneByte()) { in Write()
351 if (str->IsExternalOneByte()) { in Write()
361 if (str->IsExternalOneByte()) { in Write()
Dnode_file.cc2147 if ((enc == ASCII || enc == LATIN1) && string->IsExternalOneByte()) { in WriteString()
/third_party/node/deps/v8/include/
Dv8-primitive.h223 bool IsExternalOneByte() const;
/third_party/node/deps/v8/src/objects/
Dstring-table.cc387 if (shape.IsExternalOneByte() && !shape.IsUncachedExternal()) { in PrepareForInsertion()
Dstring.h58 V8_INLINE bool IsExternalOneByte() const;
Dstring-inl.h234 bool StringShape::IsExternalOneByte() const { in IsExternalOneByte() function
/third_party/node/deps/v8/src/api/
Dapi.cc5745 bool v8::String::IsExternalOneByte() const { in IsExternalOneByte() function in v8::v8::String
5747 return i::StringShape(*str).IsExternalOneByte(); in IsExternalOneByte()
5780 if (i::StringShape(str).IsExternalOneByte()) { in VerifyExternalStringResourceBase()
5849 if (i::StringShape(str).IsExternalOneByte() || in GetExternalStringResourceBaseSlow()
5864 if (i::StringShape(str).IsExternalOneByte()) { in GetExternalOneByteStringResource()
5868 if (i::StringShape(str).IsExternalOneByte()) { in GetExternalOneByteStringResource()