Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_entry.h53 CAST_CHECK(IndirectExportEntry, IsIndirectExportEntry);
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1380 inline bool JSTaggedValue::IsIndirectExportEntry() const in IsIndirectExportEntry() function
1382 return IsHeapObject() && GetTaggedObject()->GetClass()->IsIndirectExportEntry(); in IsIndirectExportEntry()
Djs_tagged_value.h690 bool IsIndirectExportEntry() const;
Djs_hclass.h1455 inline bool IsIndirectExportEntry() const in IsIndirectExportEntry() function