Home
last modified time | relevance | path

Searched defs:IsSeqString (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dobjects-inl.h253 DEF_GETTER(HeapObject, IsSeqString, bool) { in DEF_GETTER() argument
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc1691 bool StringRef::IsSeqString() const { return object()->IsSeqString(); } in IsSeqString() function in v8::internal::compiler::StringRef