Home
last modified time | relevance | path

Searched refs:IsImportEntry (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_entry.h25 CAST_CHECK(ImportEntry, IsImportEntry);
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1370 inline bool JSTaggedValue::IsImportEntry() const in IsImportEntry() function
1372 return IsHeapObject() && GetTaggedObject()->GetClass()->IsImportEntry(); in IsImportEntry()
Djs_tagged_value.h688 bool IsImportEntry() const;
Djs_hclass.h1445 inline bool IsImportEntry() const in IsImportEntry() function