| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_value_accessor.cpp | 28 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 …]
|
| D | module_logger.cpp | 75 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()
|
| D | js_module_source_text.h | 209 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()
|
| D | js_module_manager.cpp | 43 JSTaggedValue currentModule = jsFunc->GetModule(thread); in CheckModuleValueOutterResolved() local 85 JSTaggedValue currentModule = jsFunc->GetModule(thread); in GetExternalModuleVarFastPathForJIT() local
|
| D | js_shared_module.cpp | 29 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(module); in GenerateSendableFuncModule() local
|
| D | js_module_source_text.cpp | 1746 CString SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | globalDeclTransformer.h | 61 explicit GlobalDeclTransformer(ArenaAllocator *allocator, ir::Statement const *currentModule, in GlobalDeclTransformer()
|
| /arkcompiler/toolchain/tooling/dynamic/backend/ |
| D | debugger_executor.cpp | 227 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/ |
| D | debugger_api.cpp | 492 … const JSHandle<JSTaggedValue> ¤tModule, std::string &name) in GetImportModule() 533 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in GetModuleVariableIndex() 569 … const JSHandle<JSTaggedValue> ¤tModule, std::string &name) in GetExportVariableValue() 595 …ggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in SetExportVariableValue() 621 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in GetModuleValue() 639 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in SetModuleValue() 661 const JSHandle<JSTaggedValue> ¤tModule) in InitializeExportVariables() 694 … const JSHandle<JSTaggedValue> ¤tModule, bool isImportStar) in GetLocalExportVariables() 746 const JSHandle<JSTaggedValue> ¤tModule) in GetIndirectExportVariables() 783 const JSHandle<JSTaggedValue> ¤tModule) in GetImportVariables()
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.cpp | 2145 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/ |
| D | TsUtils.ts | 3544 const currentModule = TsUtils.getModuleName(currentNode); constant
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 1798 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
|