Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_entry.h38 CAST_CHECK(LocalExportEntry, IsLocalExportEntry);
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1375 inline bool JSTaggedValue::IsLocalExportEntry() const in IsLocalExportEntry() function
1377 return IsHeapObject() && GetTaggedObject()->GetClass()->IsLocalExportEntry(); in IsLocalExportEntry()
Djs_tagged_value.h689 bool IsLocalExportEntry() const;
Djs_hclass.h1450 inline bool IsLocalExportEntry() const in IsLocalExportEntry() function