Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp680 JSTaggedValue starEntries = currentModule->GetStarExportEntries(); in CollectRecordExportInfo() local
681 if (starEntries.IsUndefined()) { in CollectRecordExportInfo()
684 ASSERT(starEntries.IsTaggedArray()); in CollectRecordExportInfo()
685 JSHandle<TaggedArray> starEntriesArray(thread, starEntries); in CollectRecordExportInfo()