| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 54 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 …]
|
| D | module_tools.cpp | 57 …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()
|
| D | js_module_source_text.h | 199 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()
|
| D | module_logger.cpp | 76 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()
|
| D | js_shared_module_manager.cpp | 45 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
|
| D | js_shared_module.cpp | 29 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(module); in GenerateSendableFuncModule() local
|
| D | js_module_source_text.cpp | 1676 CString SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | debugger_executor.cpp | 216 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/ |
| D | debugger_api.cpp | 470 … const JSHandle<JSTaggedValue> ¤tModule, std::string &name) in GetImportModule() 511 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in GetModuleVariableIndex() 547 … const JSHandle<JSTaggedValue> ¤tModule, std::string &name) in GetExportVariableValue() 573 …ggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in SetExportVariableValue() 599 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in GetModuleValue() 617 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in SetModuleValue() 639 const JSHandle<JSTaggedValue> ¤tModule) in InitializeExportVariables() 672 … const JSHandle<JSTaggedValue> ¤tModule, bool isImportStar) in GetLocalExportVariables() 724 const JSHandle<JSTaggedValue> ¤tModule) in GetIndirectExportVariables() 759 const JSHandle<JSTaggedValue> ¤tModule) in GetImportVariables()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1884 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/ |
| D | ecma_module_test.cpp | 1695 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
|