Searched refs:defaultName (Results 1 – 2 of 2) sorted by relevance
96 JSHandle<JSTaggedValue> defaultName = thread->GlobalConstants()->GetHandledDefaultString(); in ParseCjsModule() local97 JSHandle<LocalExportEntry> localExportEntry = factory->NewLocalExportEntry(defaultName, in ParseCjsModule()98 defaultName, LocalExportEntry::LOCAL_DEFAULT_INDEX); in ParseCjsModule()113 JSHandle<JSTaggedValue> defaultName = thread->GlobalConstants()->GetHandledDefaultString(); in ParseJsonModule() local114 JSHandle<LocalExportEntry> localExportEntry = factory->NewLocalExportEntry(defaultName, in ParseJsonModule()115 defaultName, LocalExportEntry::LOCAL_DEFAULT_INDEX); in ParseJsonModule()139 JSHandle<JSTaggedValue> defaultName = thread->GlobalConstants()->GetHandledDefaultString(); in ParseNativeModule() local140 JSHandle<LocalExportEntry> localExportEntry = factory->NewLocalExportEntry(defaultName, in ParseNativeModule()141 defaultName, LocalExportEntry::LOCAL_DEFAULT_INDEX); in ParseNativeModule()
579 JSHandle<JSTaggedValue> defaultName = thread->GlobalConstants()->GetHandledDefaultString(); in CollectExportIndexs() local585 if (JSTaggedValue::SameValue(exportName, defaultName) && in CollectExportIndexs()