• Home
  • Raw
  • Download

Lines Matching refs:importedModule

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
1520 importedModule.Update(JSHandle<SourceTextModule>::Cast(importedVal)); in GetStarResolution()
1526 importedModule.Update(JSHandle<SourceTextModule>::Cast(importedVal)); in GetStarResolution()
1530 SourceTextModule::ResolveExport(thread, importedModule, exportName, resolveVector); in GetStarResolution()