Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1275 inline bool JSTaggedValue::IsTemplateMap() const in IsTemplateMap() function
1277 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTemplateMap(); in IsTemplateMap()
Djs_tagged_value.h617 bool IsTemplateMap() const;
Djs_hclass.h1316 inline bool IsTemplateMap() const in IsTemplateMap() function