Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp54 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
63 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
70 …aggedValue ModuleManager::GetModuleValueInner(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueInner()
80 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
86 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
90 …ggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueOutter()
95 …TaggedValue ModuleManager::GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
158 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetLazyModuleValueOutter() local
162 …edValue ModuleManager::GetLazyModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetLazyModuleValueOutterInternal()
236 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
[all …]
Dmodule_tools.cpp57 …alue ModuleTools::ProcessModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> currentModule, in ProcessModuleLoadInfo()
110 …JSThread *thread, JSHandle<SourceTextModule> currentModule, JSHandle<SourceTextModule> requiredMod… in ProcessModuleNameSpaceLoadInfo()
197 … ModuleTools::ProcessLazyModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> currentModule, in ProcessLazyModuleLoadInfo()
Djs_module_source_text.h199 inline static bool IsModuleInSharedHeap(JSHandle<SourceTextModule> currentModule) in IsModuleInSharedHeap()
204 inline static bool IsSharedModule(JSHandle<SourceTextModule> currentModule) in IsSharedModule()
215 inline static bool IsSendableFunctionModule(JSTaggedValue currentModule) in IsSendableFunctionModule()
Dmodule_logger.cpp76 void ModuleLogger::InsertModuleLoadInfo(JSHandle<SourceTextModule> currentModule, in InsertModuleLoadInfo()
106 void ModuleLogger::InsertParentModule(JSHandle<SourceTextModule> currentModule, in InsertParentModule()
116 void ModuleLogger::InsertEntryPointModule(JSHandle<SourceTextModule> currentModule) in InsertEntryPointModule()
Djs_shared_module_manager.cpp45 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetSendableModuleValueInner() local
71 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetSendableModuleValue() local
105 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.cpp1676 CString SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp216 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm)); in GetModuleValue() local
233 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm)); in SetModuleValue() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp470const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetImportModule()
511 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleVariableIndex()
547const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetExportVariableValue()
573 …ggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetExportVariableValue()
599 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleValue()
617 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetModuleValue()
639 const JSHandle<JSTaggedValue> &currentModule) in InitializeExportVariables()
672const JSHandle<JSTaggedValue> &currentModule, bool isImportStar) in GetLocalExportVariables()
724 const JSHandle<JSTaggedValue> &currentModule) in GetIndirectExportVariables()
759 const JSHandle<JSTaggedValue> &currentModule) in GetImportVariables()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1884 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GenerateScopeChains() local
2056 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GetModuleScopeChain() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1695 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(moduleRecord); in HWTEST_F_L0() local
3855 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(moduleRecord); in HWTEST_F_L0() local