Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_entry.h53 CAST_CHECK(IndirectExportEntry, IsIndirectExportEntry);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h1260 inline bool JSTaggedValue::IsIndirectExportEntry() const in IsIndirectExportEntry() function in panda::ecmascript::JSTaggedValue
1262 return IsHeapObject() && GetTaggedObject()->GetClass()->IsIndirectExportEntry(); in IsIndirectExportEntry()
H A Djs_tagged_value.h684 bool IsIndirectExportEntry() const;
H A Djs_hclass.h1734 inline bool IsIndirectExportEntry() const in IsIndirectExportEntry() function in panda::ecmascript::JSHClass

Completed in 8 milliseconds