Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.h52 JSTaggedValue resolvedBinding; member
Djs_module_manager.cpp55 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnv.GetTaggedObject())->Get(thread, index); in CheckModuleValueOutterResolved() local
90 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(thread… in GetExternalModuleVarFastPathForJIT() local
Dmodule_value_accessor.cpp193 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(thread… in GetModuleValueOuterInternal() local
231 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(thread… in GetSendableModuleValueOuterInternal() local
591 …JSTaggedValue resolvedBinding = NameDictionary::Cast(moduleEnvironment.GetTaggedObject())->GetValu… in GetModuleValueOuterInternal() local
Djs_shared_module.cpp67 ResolvedBinding *resolvedBinding = ResolvedBinding::Cast(binding.GetTaggedObject()); in CloneRecordNameBinding() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1489 JSHandle<ResolvedBinding> resolvedBinding = factory->NewResolvedBindingRecord(); in HWTEST_F_L0() local
1495 … JSHandle<ResolvedIndexBinding> resolvedBinding = factory->NewResolvedIndexBindingRecord(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h4507 …ateRef StubBuilder::GetResolveModuleFromResolvedIndexBinding(GateRef glue, GateRef resolvedBinding) in GetResolveModuleFromResolvedIndexBinding()
4513 …ine GateRef StubBuilder::GetResolveModuleFromResolvedBinding(GateRef glue, GateRef resolvedBinding) in GetResolveModuleFromResolvedBinding()
4519 inline GateRef StubBuilder::GetIdxOfResolvedIndexBinding(GateRef resolvedBinding) in GetIdxOfResolvedIndexBinding()
4526 GateRef resolvedBinding, GateRef value) in SetIsUpdatedFromResolvedBindingOfResolvedIndexBinding()
4538 inline GateRef StubBuilder::GetIdxOfResolvedRecordIndexBinding(GateRef resolvedBinding) in GetIdxOfResolvedRecordIndexBinding()
4544 inline GateRef StubBuilder::GetModuleRecord(GateRef glue, GateRef resolvedBinding) in GetModuleRecord()
4550 inline GateRef StubBuilder::GetBindingName(GateRef glue, GateRef resolvedBinding) in GetBindingName()
4556 inline GateRef StubBuilder::IsResolvedIndexBinding(GateRef glue, GateRef resolvedBinding) in IsResolvedIndexBinding()
4562 inline GateRef StubBuilder::IsResolvedBinding(GateRef glue, GateRef resolvedBinding) in IsResolvedBinding()
4568 inline GateRef StubBuilder::IsResolvedRecordIndexBinding(GateRef glue, GateRef resolvedBinding) in IsResolvedRecordIndexBinding()
[all …]
Dstub_builder.cpp12282 …Builder::GetResolvedRecordIndexBindingModule(GateRef glue, GateRef module, GateRef resolvedBinding) in GetResolvedRecordIndexBindingModule()
12292 … StubBuilder::GetResolvedRecordBindingModule(GateRef glue, GateRef module, GateRef resolvedBinding) in GetResolvedRecordBindingModule()
12334 GateRef resolvedBinding = GetValueFromTaggedArray(glue, curModuleEnv, index); in LoadExternalmodulevar() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Dmodule_snapshot_test.cpp154 …JSHandle<ResolvedBinding> resolvedBinding = objectFactory->NewResolvedBindingRecord(bindingModule,… in InitEnv() local
Decma_module_test.cpp148 JSTaggedValue resolvedBinding, bool isSendable) in GetModuleValueFromRecordIndexBinding()
156 JSTaggedValue resolvedBinding, bool isSendable) in GetModuleValueFromIndexBinding()
164 JSTaggedValue resolvedBinding, int32_t index, bool isSendable) in GetModuleValueFromRecordBinding()
4314 JSHandle<JSTaggedValue> resolvedBinding = JSHandle<JSTaggedValue>::Cast( in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp523 JSTaggedValue resolvedBinding = environment->Get(thread, idx); in GetImportModule() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1207 ResolvedBinding *resolvedBinding = in ModuleDeserialierTest4() local
3054 … JSHandle<ResolvedBinding> resolvedBinding = objectFactory->NewResolvedBindingRecord(module1, val); in HWTEST_F_L0() local