Searched defs:currentModule (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 65 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 …]
|
| D | js_module_source_text.cpp | 239 …d SourceTextModule::InstantiateCJS(JSThread *thread, const JSHandle<SourceTextModule> ¤tModu… in InstantiateCJS() 258 …rceTextModule::InstantiateNativeModule(JSThread *thread, JSHandle<SourceTextModule> ¤tModule, in InstantiateNativeModule() 275 …eTextModule::InitializeEnvironment(JSThread *thread, const JSHandle<SourceTextModule> ¤tModu… in InitializeEnvironment()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 346 … const JSHandle<JSTaggedValue> ¤tModule, std::string &name) in GetImportModule() 383 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in GetModuleVariableIndex() 416 const JSHandle<JSTaggedValue> ¤tModule) in GetRequestModuleIndex() 435 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in GetModuleValue() 460 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in SetModuleValue() 484 const JSHandle<JSTaggedValue> ¤tModule) in InitializeExportVariables() 514 … const JSHandle<JSTaggedValue> ¤tModule, bool isImportStar) in GetLocalExportVariables() 563 const JSHandle<JSTaggedValue> ¤tModule) in GetIndirectExportVariables() 596 const JSHandle<JSTaggedValue> ¤tModule) in GetImportVariables()
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | debugger_executor.cpp | 214 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/ |
| D | debugger_impl.cpp | 980 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GenerateCallFrame() local 1060 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GetModuleScopeChain() local
|