Searched defs:currentModule (Results 1 – 4 of 4) 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 | 240 …d SourceTextModule::InstantiateCJS(JSThread *thread, const JSHandle<SourceTextModule> ¤tModu… in InstantiateCJS() 259 …rceTextModule::InstantiateNativeModule(JSThread *thread, JSHandle<SourceTextModule> ¤tModule, in InstantiateNativeModule() 276 …eTextModule::InitializeEnvironment(JSThread *thread, const JSHandle<SourceTextModule> ¤tModu… in InitializeEnvironment()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 347 JSTaggedValue currentModule = vm->GetModuleManager()->GetCurrentModule(); in GetModuleVariables() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 979 JSTaggedValue currentModule = DebuggerApi::GetCurrentModule(vm_); in GenerateCallFrame() local
|