| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | module_tools.cpp | 54 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 D | js_shared_module.cpp | 29 JSHandle<SourceTextModule> currentModule = JSHandle<SourceTextModule>::Cast(module); in GenerateSendableFuncModule() local
|
| H A 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 [all...] |
| H A D | module_logger.cpp | 63 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 D | js_module_source_text.h | 203 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 D | js_module_manager.cpp | 58 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> ¤tModule, 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> ¤tModule, 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 D | js_module_source_text.cpp | 1781 CString SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 2227 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 D | debugger_api.cpp | 491 int32_t DebuggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in GetModuleVariableIndex() argument 449 GetImportModule(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, std::string &name) GetImportModule() argument 526 GetRequestModuleIndex(const EcmaVM *ecmaVm, JSTaggedValue moduleRequest, const JSHandle<JSTaggedValue> ¤tModule) GetRequestModuleIndex() argument 547 GetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, std::string &name) GetExportVariableValue() argument 574 SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, std::string &name, Local<JSValueRef> value) SetExportVariableValue() argument 600 GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, std::string &name) GetModuleValue() argument 618 SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, std::string &name, Local<JSValueRef> value) SetModuleValue() argument 639 InitializeExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, const JSHandle<JSTaggedValue> ¤tModule) InitializeExportVariables() argument 672 GetLocalExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, const JSHandle<JSTaggedValue> ¤tModule, bool isImportStar) GetLocalExportVariables() argument 724 GetIndirectExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, const JSHandle<JSTaggedValue> ¤tModule) GetIndirectExportVariables() argument 765 GetImportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, const JSHandle<JSTaggedValue> ¤tModule) GetImportVariables() argument [all...] |