Searched defs:resolvedBinding (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_tools.cpp | 32 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromIndexBindingForLog() 45 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromRecordBindingForLog() 58 JSTaggedValue resolvedBinding, int32_t index) in ProcessModuleLoadInfo() 134 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetLazyModuleValueFromIndexBindingForLog() 166 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetLazyModuleValueFromRecordBindingForLog() 198 JSTaggedValue resolvedBinding, int32_t index) in ProcessLazyModuleLoadInfo()
|
| D | module_manager_helper.cpp | 89 JSTaggedValue resolvedBinding) in GetModuleValueFromIndexBinding() 117 JSTaggedValue resolvedBinding) in GetModuleValueFromRecordBinding() 146 JSTaggedValue resolvedBinding) in GetLazyModuleValueFromIndexBinding() 174 JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding) in GetLazyModuleValueFromRecordBinding()
|
| D | js_shared_module_manager.cpp | 89 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetSendableModuleValueImpl() local 123 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetLazySendableModuleValueImpl() local
|
| D | js_module_manager.cpp | 108 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetModuleValueOutterInternal() local 175 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetLazyModuleValueOutterInternal() local 306 …JSTaggedValue resolvedBinding = NameDictionary::Cast(moduleEnvironment.GetTaggedObject())->GetValu… in GetModuleValueOutterInternal() 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 | 1473 JSHandle<ResolvedBinding> resolvedBinding = factory->NewResolvedBindingRecord(); in HWTEST_F_L0() local 1479 … JSHandle<ResolvedIndexBinding> resolvedBinding = factory->NewResolvedIndexBindingRecord(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 501 JSTaggedValue resolvedBinding = environment->Get(idx); in GetImportModule() local
|