Searched refs:starEntries (Results 1 – 1 of 1) sorted by relevance
680 JSTaggedValue starEntries = currentModule->GetStarExportEntries(); in CollectRecordExportInfo() local681 if (starEntries.IsUndefined()) { in CollectRecordExportInfo()684 ASSERT(starEntries.IsTaggedArray()); in CollectRecordExportInfo()685 JSHandle<TaggedArray> starEntriesArray(thread, starEntries); in CollectRecordExportInfo()