Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp96 JSHandle<JSTaggedValue> defaultName = thread->GlobalConstants()->GetHandledDefaultString(); in ParseCjsModule() local
97 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() local
114 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() local
140 JSHandle<LocalExportEntry> localExportEntry = factory->NewLocalExportEntry(defaultName, in ParseNativeModule()
141 defaultName, LocalExportEntry::LOCAL_DEFAULT_INDEX); in ParseNativeModule()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp579 JSHandle<JSTaggedValue> defaultName = thread->GlobalConstants()->GetHandledDefaultString(); in CollectExportIndexs() local
585 if (JSTaggedValue::SameValue(exportName, defaultName) && in CollectExportIndexs()