Home
last modified time | relevance | path

Searched defs:currentModule (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_tools.cpp54 JSTaggedValue ModuleTools::ProcessModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> currentModule, in ProcessModuleLoadInfo() argument
106 ProcessModuleNameSpaceLoadInfo( JSThread *thread, JSHandle<SourceTextModule> currentModule, JSHandle<SourceTextModule> requiredModule) ProcessModuleNameSpaceLoadInfo() argument
[all...]
H A Djs_shared_module.cpp29 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(module); in GenerateSendableFuncModule() local
H A Djs_shared_module_manager.cpp45 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetSendableModuleValue() local
79 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetLazySendableModuleValue() local
[all...]
H A Dmodule_logger.cpp63 void ModuleLogger::InsertModuleLoadInfo(JSHandle<SourceTextModule> currentModule, in InsertModuleLoadInfo() argument
93 void ModuleLogger::InsertParentModule(JSHandle<SourceTextModule> currentModule, in InsertParentModule() argument
103 void ModuleLogger::InsertEntryPointModule(JSHandle<SourceTextModule> currentModule) in InsertEntryPointModule() argument
H A Djs_module_source_text.h203 inline static bool IsModuleInSharedHeap(JSHandle<SourceTextModule> currentModule) in IsModuleInSharedHeap() argument
208 inline static bool IsSharedModule(JSHandle<SourceTextModule> currentModule) in IsSharedModule() argument
219 inline static bool IsSendableFunctionModule(JSTaggedValue currentModule) in IsSendableFunctionModule() argument
H A Djs_module_manager.cpp58 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
67 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
74 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueInner() argument
84 JSTaggedValue currentModule = GetCurrentModule(); GetModuleValueOutter() local
90 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); GetModuleValueOutter() local
94 GetModuleValueOutter(int32_t index, JSHandle<JSTaggedValue> currentModule) GetModuleValueOutter() argument
99 GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) GetModuleValueOutterInternal() argument
166 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); GetLazyModuleValueOutter() local
170 GetLazyModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) GetLazyModuleValueOutterInternal() argument
251 StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule, int32_t index, JSTaggedValue value) StoreModuleValueInternal() argument
265 JSTaggedValue currentModule = GetCurrentModule(); GetModuleValueInner() local
275 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); GetModuleValueInner() local
285 JSTaggedValue currentModule = GetCurrentModule(); GetModuleValueOutter() local
291 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); GetModuleValueOutter() local
295 GetModuleValueOutterInternal(JSTaggedValue key, JSTaggedValue currentModule) GetModuleValueOutterInternal() argument
338 StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule, JSTaggedValue key, JSTaggedValue value) StoreModuleValueInternal() argument
597 JSTaggedValue currentModule = GetCurrentModule(); GetModuleNamespace() local
603 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); GetModuleNamespace() local
607 GetModuleNamespaceInternal(int32_t index, JSTaggedValue currentModule) GetModuleNamespaceInternal() argument
652 JSTaggedValue currentModule = GetCurrentModule(); GetModuleNamespace() local
658 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); GetModuleNamespace() local
662 GetModuleNamespaceInternal(JSTaggedValue localName, JSTaggedValue currentModule) GetModuleNamespaceInternal() argument
[all...]
H A Djs_module_source_text.cpp1781 CString SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName() argument
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp2227 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(moduleRecord); in HWTEST_F_L0() local
3644 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(moduleRecord); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp491 int32_t DebuggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in GetModuleVariableIndex() argument
449 GetImportModule(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, std::string &name) GetImportModule() argument
526 GetRequestModuleIndex(const EcmaVM *ecmaVm, JSTaggedValue moduleRequest, const JSHandle<JSTaggedValue> &currentModule) GetRequestModuleIndex() argument
547 GetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, std::string &name) GetExportVariableValue() argument
574 SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, std::string &name, Local<JSValueRef> value) SetExportVariableValue() argument
600 GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, std::string &name) GetModuleValue() argument
618 SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, std::string &name, Local<JSValueRef> value) SetModuleValue() argument
639 InitializeExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, const JSHandle<JSTaggedValue> &currentModule) InitializeExportVariables() argument
672 GetLocalExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, const JSHandle<JSTaggedValue> &currentModule, bool isImportStar) GetLocalExportVariables() argument
724 GetIndirectExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, const JSHandle<JSTaggedValue> &currentModule) GetIndirectExportVariables() argument
765 GetImportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, const JSHandle<JSTaggedValue> &currentModule) GetImportVariables() argument
[all...]

Completed in 19 milliseconds