Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_entry.h66 CAST_CHECK(StarExportEntry, IsStarExportEntry);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h1265 inline bool JSTaggedValue::IsStarExportEntry() const in IsStarExportEntry() function in panda::ecmascript::JSTaggedValue
1267 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStarExportEntry(); in IsStarExportEntry()
H A Djs_tagged_value.h685 bool IsStarExportEntry() const;
H A Djs_hclass.h1739 inline bool IsStarExportEntry() const in IsStarExportEntry() function in panda::ecmascript::JSHClass

Completed in 8 milliseconds