Searched defs:resolvedModule (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_value_accessor.cpp | 298 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
|
| D | js_shared_module.cpp | 51 JSHandle<SourceTextModule> resolvedModule(thread, binding->GetModule(thread)); in CloneRecordIndexBinding() local 68 JSHandle<SourceTextModule> resolvedModule(thread, resolvedBinding->GetModule(thread)); in CloneRecordNameBinding() local
|
| D | js_module_manager.cpp | 61 SourceTextModule *resolvedModule = reinterpret_cast<SourceTextModule*>( in CheckModuleValueOutterResolved() local 93 JSTaggedValue resolvedModule = binding->GetModule(thread); in GetExternalModuleVarFastPathForJIT() local
|
| D | js_module_source_text.cpp | 2330 JSHandle<SourceTextModule> resolvedModule(thread, binding->GetModule(thread)); in CreateBindingByIndexBinding() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | InteropTypescriptLinter.ts | 107 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/ |
| D | ResolveSdks.ts | 178 const resolvedModule = resolveModule(moduleName, containingFile, context); constant
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 3016 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/ |
| D | stub_builder.cpp | 11870 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
|
| D | stub_builder-inl.h | 4456 [[maybe_unused]] GateRef resolvedModule) in ResolvedModuleMustBeSourceTextModule()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 4971 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()
|