Home
last modified time | relevance | path

Searched defs:currentModule (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp65 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
74 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
83 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
87 JSTaggedValue ModuleManager::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
100 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
104 …TaggedValue ModuleManager::GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
144 JSTaggedValue ModuleManager::GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetNativeModuleValue()
160 JSTaggedValue ModuleManager::GetCJSModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetCJSModuleValue()
202 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
209 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
[all …]
Djs_module_source_text.cpp240 …d SourceTextModule::InstantiateCJS(JSThread *thread, const JSHandle<SourceTextModule> &currentModu… in InstantiateCJS()
259 …rceTextModule::InstantiateNativeModule(JSThread *thread, JSHandle<SourceTextModule> &currentModule, in InstantiateNativeModule()
276 …eTextModule::InitializeEnvironment(JSThread *thread, const JSHandle<SourceTextModule> &currentModu… in InitializeEnvironment()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp347 JSTaggedValue currentModule = vm->GetModuleManager()->GetCurrentModule(); in GetModuleVariables() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp979 JSTaggedValue currentModule = DebuggerApi::GetCurrentModule(vm_); in GenerateCallFrame() local