Home
last modified time | relevance | path

Searched refs:IsTwoByteRepresentation (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscript-inl.h172 } else if (src_str.IsTwoByteRepresentation()) { in HasValidSource()
Dstring.cc457 if (this->IsTwoByteRepresentation()) { in MakeExternal()
561 if (IsTwoByteRepresentation()) { in PrefixForDebugPrint()
1810 int length_multiplier = IsTwoByteRepresentation() ? i::kShortSize : kCharSize; in ExternalPayloadSize()
Dobjects-inl.h267 String::cast(*this).IsTwoByteRepresentation(cage_base); in DEF_GETTER()
279 String::cast(*this).IsTwoByteRepresentation(cage_base); in DEF_GETTER()
Dstring.h232 DECL_GETTER(IsTwoByteRepresentation, bool)
Dstring-inl.h316 DEF_GETTER(String, IsTwoByteRepresentation, bool) { in DEF_GETTER() argument
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc361 return string->length() * (string->IsTwoByteRepresentation() ? 2 : 1); in Size()