Home
last modified time | relevance | path

Searched defs:moduleEnvironment (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.cpp58 JSTaggedValue moduleEnvironment = module->GetEnvironment(); in GetSendableModuleValueImpl() local
92 JSTaggedValue moduleEnvironment = module->GetEnvironment(); in GetLazySendableModuleValueImpl() local
Djs_module_manager.cpp107 JSTaggedValue moduleEnvironment = currentModuleHdl->GetEnvironment(); in GetModuleValueOutterInternal() local
178 JSTaggedValue moduleEnvironment = currentModuleHdl->GetEnvironment(); in GetLazyModuleValueOutterInternal() local
302 …JSTaggedValue moduleEnvironment = SourceTextModule::Cast(currentModule.GetTaggedObject())->GetEnvi… in GetModuleValueOutterInternal() local
668 …JSTaggedValue moduleEnvironment = SourceTextModule::Cast(currentModule.GetTaggedObject())->GetEnvi… in GetModuleNamespaceInternal() local
Djs_shared_module.cpp82const JSHandle<JSTaggedValue> &moduleEnvironment) in CloneModuleEnvironment()
Dmodule_manager_helper.cpp205 JSHandle<JSTaggedValue> moduleEnvironment(thread, module->GetEnvironment()); in UpdateBindingAndGetModuleValue() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp478 JSTaggedValue moduleEnvironment = SourceTextModule::Cast( in GetImportModule() local