Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp58 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
67 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
74 …aggedValue ModuleManager::GetModuleValueInner(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueInner()
84 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
90 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
94 …ggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueOutter()
99 …TaggedValue ModuleManager::GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
166 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetLazyModuleValueOutter() local
170 …edValue ModuleManager::GetLazyModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetLazyModuleValueOutterInternal()
240 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
[all …]
Dmodule_tools.cpp54 …alue ModuleTools::ProcessModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> currentModule, in ProcessModuleLoadInfo()
107 …JSThread *thread, JSHandle<SourceTextModule> currentModule, JSHandle<SourceTextModule> requiredMod… in ProcessModuleNameSpaceLoadInfo()
Djs_module_source_text.h203 inline static bool IsModuleInSharedHeap(JSHandle<SourceTextModule> currentModule) in IsModuleInSharedHeap()
208 inline static bool IsSharedModule(JSHandle<SourceTextModule> currentModule) in IsSharedModule()
219 inline static bool IsSendableFunctionModule(JSTaggedValue currentModule) in IsSendableFunctionModule()
Dmodule_logger.cpp63 void ModuleLogger::InsertModuleLoadInfo(JSHandle<SourceTextModule> currentModule, in InsertModuleLoadInfo()
93 void ModuleLogger::InsertParentModule(JSHandle<SourceTextModule> currentModule, in InsertParentModule()
103 void ModuleLogger::InsertEntryPointModule(JSHandle<SourceTextModule> currentModule) in InsertEntryPointModule()
Djs_shared_module_manager.cpp45 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetSendableModuleValue() local
79 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetLazySendableModuleValue() local
Djs_shared_module.cpp29 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(module); in GenerateSendableFuncModule() local
Djs_module_source_text.cpp1772 CString SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp217 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm)); in GetModuleValue() local
234 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm)); in SetModuleValue() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp450const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetImportModule()
491 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleVariableIndex()
527 const JSHandle<JSTaggedValue> &currentModule) in GetRequestModuleIndex()
548const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetExportVariableValue()
574 …ggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetExportVariableValue()
600 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleValue()
618 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetModuleValue()
640 const JSHandle<JSTaggedValue> &currentModule) in InitializeExportVariables()
673const JSHandle<JSTaggedValue> &currentModule, bool isImportStar) in GetLocalExportVariables()
725 const JSHandle<JSTaggedValue> &currentModule) in GetIndirectExportVariables()
[all …]
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1739 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GenerateScopeChains() local
1911 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GetModuleScopeChain() local