Searched defs:currentModule (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 58 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 …]
|
| D | module_tools.cpp | 54 …alue ModuleTools::ProcessModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> currentModule, in ProcessModuleLoadInfo() 107 …JSThread *thread, JSHandle<SourceTextModule> currentModule, JSHandle<SourceTextModule> requiredMod… in ProcessModuleNameSpaceLoadInfo()
|
| D | js_module_source_text.h | 203 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()
|
| D | module_logger.cpp | 63 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()
|
| D | js_shared_module_manager.cpp | 45 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetSendableModuleValue() local 79 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 | 1772 CString SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | debugger_executor.cpp | 217 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/ |
| D | debugger_api.cpp | 450 … const JSHandle<JSTaggedValue> ¤tModule, std::string &name) in GetImportModule() 491 …ggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in GetModuleVariableIndex() 527 const JSHandle<JSTaggedValue> ¤tModule) in GetRequestModuleIndex() 548 … const JSHandle<JSTaggedValue> ¤tModule, std::string &name) in GetExportVariableValue() 574 …ggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in SetExportVariableValue() 600 …ef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in GetModuleValue() 618 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in SetModuleValue() 640 const JSHandle<JSTaggedValue> ¤tModule) in InitializeExportVariables() 673 … const JSHandle<JSTaggedValue> ¤tModule, bool isImportStar) in GetLocalExportVariables() 725 const JSHandle<JSTaggedValue> ¤tModule) in GetIndirectExportVariables() [all …]
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1739 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GenerateScopeChains() local 1911 JSHandle<JSTaggedValue> currentModule(thread, DebuggerApi::GetCurrentModule(vm_)); in GetModuleScopeChain() local
|