Home
last modified time | relevance | path

Searched defs:currentModule (Results 1 – 5 of 5) 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.cpp239 …d SourceTextModule::InstantiateCJS(JSThread *thread, const JSHandle<SourceTextModule> &currentModu… in InstantiateCJS()
258 …rceTextModule::InstantiateNativeModule(JSThread *thread, JSHandle<SourceTextModule> &currentModule, in InstantiateNativeModule()
275 …eTextModule::InitializeEnvironment(JSThread *thread, const JSHandle<SourceTextModule> &currentModu… in InitializeEnvironment()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp346const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetImportModule()
383 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleVariableIndex()
416 const JSHandle<JSTaggedValue> &currentModule) in GetRequestModuleIndex()
435 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleValue()
460 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetModuleValue()
484 const JSHandle<JSTaggedValue> &currentModule) in InitializeExportVariables()
514const JSHandle<JSTaggedValue> &currentModule, bool isImportStar) in GetLocalExportVariables()
563 const JSHandle<JSTaggedValue> &currentModule) in GetIndirectExportVariables()
596 const JSHandle<JSTaggedValue> &currentModule) in GetImportVariables()
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp214 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm)); in GetModuleValue() local
231 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm)); in SetModuleValue() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp980 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GenerateCallFrame() local
1060 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GetModuleScopeChain() local