Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.cpp28 JSTaggedValue currentModule = GetCurrentModule(thread); in GetModuleValueInner() local
37 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetModuleValueInner() local
55 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetSendableModuleValueInner() local
80 JSTaggedValue currentModule = GetCurrentModule(thread); in GetModuleValueOuter() local
86 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetModuleValueOuter() local
98 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetLazyModuleValueOuter() local
104 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetSendableModuleValueOuter() local
111 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetLazySendableModuleValueOuter() local
117 JSTaggedValue currentModule = GetCurrentModule(thread); in GetModuleNamespace() local
123 JSTaggedValue currentModule = JSFunction::Cast(curFunc.GetTaggedObject())->GetModule(thread); in GetModuleNamespace() local
[all …]
Dmodule_logger.cpp75 void ModuleLogger::InsertModuleLoadInfo(JSHandle<SourceTextModule> currentModule, in InsertModuleLoadInfo()
105 void ModuleLogger::InsertParentModule(JSHandle<SourceTextModule> currentModule, in InsertParentModule()
115 void ModuleLogger::InsertEntryPointModule(JSHandle<SourceTextModule> currentModule) in InsertEntryPointModule()
Djs_module_source_text.h209 inline static bool IsModuleInSharedHeap(JSHandle<SourceTextModule> currentModule) in IsModuleInSharedHeap()
214 inline static bool IsSharedModule(JSHandle<SourceTextModule> currentModule) in IsSharedModule()
225 inline static bool IsSendableFunctionModule(JSTaggedValue currentModule) in IsSendableFunctionModule()
Djs_module_manager.cpp43 JSTaggedValue currentModule = jsFunc->GetModule(thread); in CheckModuleValueOutterResolved() local
85 JSTaggedValue currentModule = jsFunc->GetModule(thread); in GetExternalModuleVarFastPathForJIT() local
Djs_shared_module.cpp29 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(module); in GenerateSendableFuncModule() local
Djs_module_source_text.cpp1746 CString SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalDeclTransformer.h61 explicit GlobalDeclTransformer(ArenaAllocator *allocator, ir::Statement const *currentModule, in GlobalDeclTransformer()
/arkcompiler/toolchain/tooling/dynamic/backend/
Ddebugger_executor.cpp227 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm)); in GetModuleValue() local
244 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm)); in SetModuleValue() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp492const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetImportModule()
533 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleVariableIndex()
569const JSHandle<JSTaggedValue> &currentModule, std::string &name) in GetExportVariableValue()
595 …ggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetExportVariableValue()
621 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleValue()
639 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetModuleValue()
661 const JSHandle<JSTaggedValue> &currentModule) in InitializeExportVariables()
694const JSHandle<JSTaggedValue> &currentModule, bool isImportStar) in GetLocalExportVariables()
746 const JSHandle<JSTaggedValue> &currentModule) in GetIndirectExportVariables()
783 const JSHandle<JSTaggedValue> &currentModule) in GetImportVariables()
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2145 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GenerateScopeChains() local
2325 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GetModuleScopeChain() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts3544 const currentModule = TsUtils.getModuleName(currentNode); constant
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1798 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(moduleRecord); in HWTEST_F_L0() local
3791 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(moduleRecord); in HWTEST_F_L0() local