Searched defs:resolvedBinding (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_value_accessor.h | 52 JSTaggedValue resolvedBinding; member
|
| D | js_module_manager.cpp | 55 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnv.GetTaggedObject())->Get(thread, index); in CheckModuleValueOutterResolved() local 90 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(thread… in GetExternalModuleVarFastPathForJIT() local
|
| D | module_value_accessor.cpp | 193 …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
|
| D | js_shared_module.cpp | 67 ResolvedBinding *resolvedBinding = ResolvedBinding::Cast(binding.GetTaggedObject()); in CloneRecordNameBinding() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 1489 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/ |
| D | stub_builder-inl.h | 4507 …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 …]
|
| D | stub_builder.cpp | 12282 …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/ |
| D | module_snapshot_test.cpp | 154 …JSHandle<ResolvedBinding> resolvedBinding = objectFactory->NewResolvedBindingRecord(bindingModule,… in InitEnv() local
|
| D | ecma_module_test.cpp | 148 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/ |
| D | debugger_api.cpp | 523 JSTaggedValue resolvedBinding = environment->Get(thread, idx); in GetImportModule() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 1207 ResolvedBinding *resolvedBinding = in ModuleDeserialierTest4() local 3054 … JSHandle<ResolvedBinding> resolvedBinding = objectFactory->NewResolvedBindingRecord(module1, val); in HWTEST_F_L0() local
|