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.cpp84 JSTaggedValue moduleEnvironment = module->GetEnvironment(); in GetSendableModuleValueImpl() local
118 JSTaggedValue moduleEnvironment = module->GetEnvironment(); in GetLazySendableModuleValueImpl() local
Djs_module_manager.cpp103 JSTaggedValue moduleEnvironment = currentModuleHdl->GetEnvironment(); in GetModuleValueOutterInternal() local
170 JSTaggedValue moduleEnvironment = currentModuleHdl->GetEnvironment(); in GetLazyModuleValueOutterInternal() local
298 …JSTaggedValue moduleEnvironment = SourceTextModule::Cast(currentModule.GetTaggedObject())->GetEnvi… in GetModuleValueOutterInternal() local
518 …JSTaggedValue moduleEnvironment = SourceTextModule::Cast(currentModule.GetTaggedObject())->GetEnvi… in GetModuleNamespaceInternal() local
Djs_shared_module.cpp82const JSHandle<JSTaggedValue> &moduleEnvironment) in CloneModuleEnvironment()
Dmodule_manager_helper.cpp210 JSHandle<JSTaggedValue> moduleEnvironment(thread, module->GetEnvironment()); in UpdateBindingAndGetModuleValue() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp498 JSTaggedValue moduleEnvironment = SourceTextModule::Cast( in GetImportModule() local