Home
last modified time | relevance | path

Searched defs:resolvedModule (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.cpp298 JSMutableHandle<SourceTextModule> resolvedModule(info.thread, binding->GetModule(info.thread)); in GetModuleValueFromIndexBinding() local
332 JSHandle<SourceTextModule> resolvedModule(info.thread, binding->GetModule(info.thread)); in GetModuleValueFromBinding() local
354 … JSHandle<SourceTextModule> resolvedModule = GetResolvedModule<isLazy, ResolvedRecordIndexBinding>( in GetModuleValueFromRecordIndexBinding() local
371 JSHandle<SourceTextModule> resolvedModule = GetResolvedModule<isLazy, ResolvedRecordBinding>( in GetModuleValueFromRecordBinding() local
450 …edValue> ModuleValueAccessor::GetNativeOrCjsExports(JSThread *thread, JSTaggedValue resolvedModule) in GetNativeOrCjsExports()
486 JSHandle<SourceTextModule> resolvedModule = JSHandle<SourceTextModule>::Cast(cachedModule); in GetResolvedModule() local
594 JSTaggedValue resolvedModule = binding->GetModule(thread); in GetModuleValueOuterInternal() local
Djs_shared_module.cpp51 JSHandle<SourceTextModule> resolvedModule(thread, binding->GetModule(thread)); in CloneRecordIndexBinding() local
68 JSHandle<SourceTextModule> resolvedModule(thread, resolvedBinding->GetModule(thread)); in CloneRecordNameBinding() local
Djs_module_manager.cpp61 SourceTextModule *resolvedModule = reinterpret_cast<SourceTextModule*>( in CheckModuleValueOutterResolved() local
93 JSTaggedValue resolvedModule = binding->GetModule(thread); in GetExternalModuleVarFastPathForJIT() local
Djs_module_source_text.cpp2330 JSHandle<SourceTextModule> resolvedModule(thread, binding->GetModule(thread)); in CreateBindingByIndexBinding() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts107 const resolvedModule = this.getResolveModule(contextSpecifier.text, currentSourceFile.fileName); constant
325 … const resolvedModule = this.getResolveModule(contextSpecifier.text, currentSourceFile.fileName); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/
DResolveSdks.ts178 const resolvedModule = resolveModule(moduleName, containingFile, context); constant
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp3016 JSHandle<SourceTextModule> resolvedModule = MockModuleValueAccessor:: in HWTEST_F_L0() local
3037 JSHandle<SourceTextModule> resolvedModule = MockModuleValueAccessor:: in HWTEST_F_L0() local
4310 JSHandle<SourceTextModule> resolvedModule = objectFactory->NewSSourceTextModule(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp11870 GateRef StubBuilder::GetNativeOrCjsExports(GateRef glue, GateRef resolvedModule) in GetNativeOrCjsExports()
12385 GateRef resolvedModule = GetResolveModuleFromResolvedBinding(glue, resolvedBinding); in LoadExternalmodulevar() local
12408 … GateRef resolvedModule = GetResolvedRecordIndexBindingModule(glue, curModule, resolvedBinding); in LoadExternalmodulevar() local
12421 … GateRef resolvedModule = GetResolvedRecordBindingModule(glue, curModule, resolvedBinding); in LoadExternalmodulevar() local
Dstub_builder-inl.h4456 [[maybe_unused]] GateRef resolvedModule) in ResolvedModuleMustBeSourceTextModule()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4971 JSTaggedValue RuntimeStubs::FindPatchModule(uintptr_t argGlue, JSTaggedValue resolvedModule) in DEF_RUNTIME_STUBS()
4979 JSTaggedValue RuntimeStubs::UpdateSharedModule(uintptr_t argGlue, JSTaggedValue resolvedModule) in DEF_RUNTIME_STUBS()