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

/external/v8/src/
H A Dobjects-inl.h388 uint32_t StringShape::full_representation_tag() { function in class:v8::internal::StringShape
398 return full_representation_tag() == (kSeqStringTag | kAsciiStringTag);
403 return full_representation_tag() == (kSeqStringTag | kTwoByteStringTag);
408 return full_representation_tag() == (kExternalStringTag | kAsciiStringTag);
413 return full_representation_tag() == (kExternalStringTag | kTwoByteStringTag);
2236 switch (StringShape(this).full_representation_tag()) {

Completed in 74 milliseconds