Home
last modified time | relevance | path

Searched defs:resolvedBinding (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp108 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetModuleValueOutterInternal() local
271 …JSTaggedValue resolvedBinding = NameDictionary::Cast(moduleEnvironment.GetTaggedObject())->GetValu… in GetModuleValueOutterInternal() local
Djs_module_source_text.cpp408 JSTaggedValue resolvedBinding = environment->Get(idx); in InitializeEnvironment() local
446const JSTaggedValue &resolvedBinding) in GetModuleFromBinding()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1292 JSHandle<ResolvedBinding> resolvedBinding = factory->NewResolvedBindingRecord(); in HWTEST_F_L0() local
1298 … JSHandle<ResolvedIndexBinding> resolvedBinding = factory->NewResolvedIndexBindingRecord(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp658 JSTaggedValue resolvedBinding = moduleArray->Get(index); in CollectRecordImportInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1091 JSTaggedValue resolvedBinding = moduleArray->Get(index); in InferLdExternalModuleVar() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp409 JSTaggedValue resolvedBinding = environment->Get(idx); in GetImportModule() local