Home
last modified time | relevance | path

Searched refs:GetModuleManager (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp85 ModuleManager *moduleManager = vm->GetModuleManager(); in ExecuteFromFile()
174 ModuleManager *moduleManager = vm->GetModuleManager(); in CommonExecuteBuffer()
Dquick_fix_loader.cpp140 vm->GetModuleManager()->HostResolveImportedModuleWithMerge(fileName, recordName); in ParseAllConstpoolWithMerge()
509 auto moduleManager = vm->GetModuleManager(); in CheckIsInvalidPatch()
Dliteral_data_extractor.cpp271 … JSHandle<SourceTextModule> module = vm->GetModuleManager()->HostGetImportedModule(moduleName); in DefineMethodInLiteral()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp182 if (!vm->GetModuleManager()->IsImportedModuleLoaded(moduleName.GetTaggedValue())) { in DynamicImportJob()
196 vm->GetModuleManager()->HostGetImportedModule(moduleName.GetTaggedValue()); in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1032 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(index); in RuntimeGetModuleNamespace()
1038 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(index, jsFunc); in RuntimeGetModuleNamespace()
1043 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(localName); in RuntimeGetModuleNamespace()
1049 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(localName, jsFunc); in RuntimeGetModuleNamespace()
1054 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(index, value); in RuntimeStModuleVar()
1060 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(index, value, jsFunc); in RuntimeStModuleVar()
1065 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(key, value); in RuntimeStModuleVar()
1071 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(key, value, jsFunc); in RuntimeStModuleVar()
1076 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueInner(index); in RuntimeLdLocalModuleVar()
1081 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueInner(index, jsFunc); in RuntimeLdLocalModuleVar()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp160 ModuleManager *moduleManager = vm_->GetModuleManager(); in ResolveModule()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp239 ModuleManager *moduleManager = instance->GetModuleManager(); in HWTEST_F_L0()
272 ModuleManager *moduleManager = instance->GetModuleManager(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h271 ModuleManager *GetModuleManager() const in GetModuleManager() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp347 JSTaggedValue currentModule = vm->GetModuleManager()->GetCurrentModule(); in GetModuleVariables()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp81 auto moduleManager = thread->GetEcmaVM()->GetModuleManager(); in HostResolveImportedModuleWithMerge()
120 auto moduleManage = thread->GetEcmaVM()->GetModuleManager(); in HostResolveImportedModule()
130 return thread->GetEcmaVM()->GetModuleManager()-> in HostResolveImportedModule()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp666 ecmascript::ModuleManager *moduleManager = vm->GetModuleManager(); in GetExportObject()
685 ecmascript::ModuleManager *moduleManager = vm->GetModuleManager(); in GetExportObjectFromBuffer()
2762 ecmascript::ModuleManager *moduleManager = vm->GetModuleManager(); in InitForConcurrentFunction()