Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_tools.cpp32 … 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()
Dmodule_manager_helper.cpp89 JSTaggedValue resolvedBinding) in GetModuleValueFromIndexBinding()
117 JSTaggedValue resolvedBinding) in GetModuleValueFromRecordBinding()
146 JSTaggedValue resolvedBinding) in GetLazyModuleValueFromIndexBinding()
174 JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding) in GetLazyModuleValueFromRecordBinding()
Djs_shared_module_manager.cpp89 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetSendableModuleValueImpl() local
123 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetLazySendableModuleValueImpl() local
Djs_module_manager.cpp108 …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
Djs_shared_module.cpp67 ResolvedBinding *resolvedBinding = ResolvedBinding::Cast(binding.GetTaggedObject()); in CloneRecordNameBinding() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1473 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/
Ddebugger_api.cpp501 JSTaggedValue resolvedBinding = environment->Get(idx); in GetImportModule() local