Searched defs:curModule (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_value_accessor.cpp | 45 JSHandle<JSTaggedValue> curModule) in GetModuleValueInner() 91 JSHandle<JSTaggedValue> curModule) in GetModuleValueOuter() 181 JSTaggedValue curModule) in GetModuleValueOuterInternal() 219 JSTaggedValue curModule) in GetSendableModuleValueOuterInternal() 251 …ValueAccessor::GetModuleNamespaceInternal(JSThread *thread, int32_t index, JSTaggedValue curModule) in GetModuleNamespaceInternal() 283 …uleValueAccessor::StoreModuleValueInternal(JSThread *thread, JSHandle<SourceTextModule> &curModule, in StoreModuleValueInternal() 577 JSTaggedValue curModule) in GetModuleValueOuterInternal() 605 JSTaggedValue curModule) in GetModuleNamespaceInternal() 624 …uleValueAccessor::StoreModuleValueInternal(JSThread* thread, JSHandle<SourceTextModule> &curModule, in StoreModuleValueInternal()
|
| D | module_logger.cpp | 119 ModuleLoadInfo *curModule = GetModuleLoadInfo(curName); in InsertEntryPointModule() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/annotations/ |
| D | annotations_test.cpp | 252 auto curModule = g_implI->annotationInterfaceGetModule(annoI); in ProcessModule() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1970 JSTaggedValue curModule = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1979 JSTaggedValue curModule = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1988 JSTaggedValue curModule = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 4992 void RuntimeStubs::FatalPrintMisstakenResolvedBinding(int32_t index, JSTaggedValue curModule) in DEF_RUNTIME_STUBS() 5003 void RuntimeStubs::LoadNativeModuleFailed(JSTaggedValue curModule) in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 137 … JSTaggedValue GetModuleNamespaceInternal(JSThread *thread, int32_t index, JSTaggedValue curModule) in GetModuleNamespaceInternal() 142 …Value GetSendableModuleValueOuterInternal(JSThread *thread, int32_t index, JSTaggedValue curModule) in GetSendableModuleValueOuterInternal() 186 …alue GetModuleNamespaceInternal(JSThread *thread, JSTaggedValue localName, JSTaggedValue curModule) in GetModuleNamespaceInternal()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 4482 inline GateRef StubBuilder::GetCurrentModuleEnv(GateRef glue, GateRef curModule) in GetCurrentModuleEnv() 4488 inline GateRef StubBuilder::GetBitFieldFromSourceTextModule(GateRef curModule) in GetBitFieldFromSourceTextModule()
|
| D | stub_builder.cpp | 12302 GateRef StubBuilder::LoadExternalmodulevar(GateRef glue, GateRef index, GateRef curModule) in LoadExternalmodulevar()
|