Searched refs:importedModule (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 703 …JSMutableHandle<SourceTextModule> importedModule(thread, thread->GlobalConstants()->GetUndefined()… in ModuleDeclarationEnvironmentSetup() local 709 importedModule.Update(JSHandle<SourceTextModule>::Cast(importedVal)); in ModuleDeclarationEnvironmentSetup() 715 importedModule.Update(JSHandle<SourceTextModule>::Cast(importedVal)); in ModuleDeclarationEnvironmentSetup() 721 …ndle<JSTaggedValue> moduleNamespace = SourceTextModule::GetModuleNamespace(thread, importedModule); in ModuleDeclarationEnvironmentSetup() 732 SourceTextModule::ResolveExport(thread, importedModule, importName, resolveVector); in ModuleDeclarationEnvironmentSetup() 788 …JSMutableHandle<SourceTextModule> importedModule(thread, thread->GlobalConstants()->GetUndefined()… in ModuleDeclarationArrayEnvironmentSetup() local 794 importedModule.Update(JSHandle<SourceTextModule>::Cast(importedVal)); in ModuleDeclarationArrayEnvironmentSetup() 800 importedModule.Update(JSHandle<SourceTextModule>::Cast(importedVal)); in ModuleDeclarationArrayEnvironmentSetup() 811 SourceTextModule::ResolveExport(thread, importedModule, importName, resolveVector); in ModuleDeclarationArrayEnvironmentSetup() 1514 …JSMutableHandle<SourceTextModule> importedModule(thread, thread->GlobalConstants()->GetUndefined()… in GetStarResolution() local [all …]
|