Home
last modified time | relevance | path

Searched refs:IsVTable (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h514 inline bool JSTaggedValue::IsVTable() const in IsVTable() function
516 return IsHeapObject() && GetTaggedObject()->GetClass()->IsVTable(); in IsVTable()
Djs_tagged_value.h525 bool IsVTable() const;
Djs_hclass.h1414 inline bool IsVTable() const in IsVTable() function