Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp429 JSTaggedValue resolvedBinding = environment->Get(idx); in InitializeEnvironment() local
467const JSTaggedValue &resolvedBinding) in GetModuleFromBinding()
1359 …ResolvedBinding *resolvedBinding = ResolvedBinding::Cast(binding.GetTaggedValue().GetTaggedObject(… in GetNativeModuleValue() local
1368 …ResolvedIndexBinding *resolvedBinding = ResolvedIndexBinding::Cast(binding.GetTaggedValue().GetTag… in GetNativeModuleValue() local
Djs_module_manager.cpp109 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetModuleValueOutterInternal() local
312 …JSTaggedValue resolvedBinding = NameDictionary::Cast(moduleEnvironment.GetTaggedObject())->GetValu… in GetModuleValueOutterInternal() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1351 JSHandle<ResolvedBinding> resolvedBinding = factory->NewResolvedBindingRecord(); in HWTEST_F_L0() local
1357 … JSHandle<ResolvedIndexBinding> resolvedBinding = factory->NewResolvedIndexBindingRecord(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp736 JSTaggedValue resolvedBinding = moduleArray->Get(index); in CollectRecordImportInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1147 JSTaggedValue resolvedBinding = moduleArray->Get(index); in InferLdExternalModuleVar() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp466 JSTaggedValue resolvedBinding = environment->Get(idx); in GetImportModule() local