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.cpp55 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
64 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
71 …aggedValue ModuleManager::GetModuleValueInner(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueInner()
81 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
87 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
91 …ggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueOutter()
96 …TaggedValue ModuleManager::GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
136 JSTaggedValue ModuleManager::GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetNativeModuleValue()
152 JSTaggedValue ModuleManager::GetCJSModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetCJSModuleValue()
201 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
[all …]
Djs_module_source_text.cpp265 …d SourceTextModule::InstantiateCJS(JSThread *thread, const JSHandle<SourceTextModule> &currentModu… in InstantiateCJS()
375 …rceTextModule::InstantiateNativeModule(JSThread *thread, JSHandle<SourceTextModule> &currentModule, in InstantiateNativeModule()
392 …eTextModule::InitializeEnvironment(JSThread *thread, const JSHandle<SourceTextModule> &currentModu… in InitializeEnvironment()
1548 JSTaggedValue SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp378const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetImportModule()
419 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleVariableIndex()
455 const JSHandle<JSTaggedValue> &currentModule) in GetRequestModuleIndex()
476const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetExportVariableValue()
502 …ggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetExportVariableValue()
528 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleValue()
546 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetModuleValue()
568 const JSHandle<JSTaggedValue> &currentModule) in InitializeExportVariables()
601const JSHandle<JSTaggedValue> &currentModule, bool isImportStar) in GetLocalExportVariables()
653 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.cpp566 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectExportIndexs() local
648 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectRecordImportInfo() local
678 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectRecordExportInfo() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1141 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GenerateCallFrame() local
1225 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GetModuleScopeChain() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1084 … JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName_); in InferLdExternalModuleVar() local