Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.cpp188 JSTaggedValue moduleEnvironment = currentModuleHdl->GetEnvironment(thread); in GetModuleValueOuterInternal() local
226 JSTaggedValue moduleEnvironment = module->GetEnvironment(thread); in GetSendableModuleValueOuterInternal() local
388 JSHandle<JSTaggedValue> moduleEnvironment(thread, module->GetEnvironment(thread)); in UpdateBindingAndGetModuleValue() local
583 …JSTaggedValue moduleEnvironment = SourceTextModule::Cast(curModule.GetTaggedObject())->GetEnvironm… in GetModuleValueOuterInternal() local
611 …JSTaggedValue moduleEnvironment = SourceTextModule::Cast(curModule.GetTaggedObject())->GetEnvironm… in GetModuleNamespaceInternal() local
Djs_shared_module.cpp82const JSHandle<JSTaggedValue> &moduleEnvironment) in CloneModuleEnvironment()
Dmodule_snapshot.cpp99 JSTaggedValue moduleEnvironment = module->GetEnvironment(thread); in RestoreUpdatedBinding() local
Djs_module_manager.cpp87 JSTaggedValue moduleEnvironment = in GetExternalModuleVarFastPathForJIT() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp520 JSTaggedValue moduleEnvironment = SourceTextModule::Cast( in GetImportModule() local