Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp56 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
65 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
72 …aggedValue ModuleManager::GetModuleValueInner(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueInner()
82 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
88 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
92 …ggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueOutter()
97 …TaggedValue ModuleManager::GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
151 JSTaggedValue ModuleManager::GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetNativeModuleValue()
176 JSTaggedValue ModuleManager::GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetNativeModuleValue()
193 JSTaggedValue ModuleManager::GetCJSModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetCJSModuleValue()
[all …]
Djs_module_source_text.cpp286 …d SourceTextModule::InstantiateCJS(JSThread *thread, const JSHandle<SourceTextModule> &currentModu… in InstantiateCJS()
396 …rceTextModule::InstantiateNativeModule(JSThread *thread, JSHandle<SourceTextModule> &currentModule, in InstantiateNativeModule()
413 …eTextModule::InitializeEnvironment(JSThread *thread, const JSHandle<SourceTextModule> &currentModu… in InitializeEnvironment()
1756 JSTaggedValue SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp435const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetImportModule()
476 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleVariableIndex()
512 const JSHandle<JSTaggedValue> &currentModule) in GetRequestModuleIndex()
533const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetExportVariableValue()
559 …ggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetExportVariableValue()
585 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleValue()
603 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetModuleValue()
625 const JSHandle<JSTaggedValue> &currentModule) in InitializeExportVariables()
658const JSHandle<JSTaggedValue> &currentModule, bool isImportStar) in GetLocalExportVariables()
710 const JSHandle<JSTaggedValue> &currentModule) in GetIndirectExportVariables()
[all …]
/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/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp644 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectExportIndexs() local
726 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectRecordImportInfo() local
756 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectRecordExportInfo() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1435 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GenerateCallFrame() local
1611 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GetModuleScopeChain() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1140 … JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName_); in InferLdExternalModuleVar() local