Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_tools.cpp29 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromIndexBindingForLog()
42 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromRecordBindingForLog()
55 JSTaggedValue resolvedBinding, int32_t index) in ProcessModuleLoadInfo()
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.cpp63 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetSendableModuleValueImpl() local
97 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetLazySendableModuleValueImpl() local
Djs_shared_module.cpp67 ResolvedBinding *resolvedBinding = ResolvedBinding::Cast(binding.GetTaggedObject()); in CloneRecordNameBinding() local
Djs_module_manager.cpp112 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetModuleValueOutterInternal() local
183 …JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetLazyModuleValueOutterInternal() local
310 …JSTaggedValue resolvedBinding = NameDictionary::Cast(moduleEnvironment.GetTaggedObject())->GetValu… in GetModuleValueOutterInternal() local
Djs_module_source_text.cpp481const JSTaggedValue &resolvedBinding) in GetModuleFromBinding()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1418 JSHandle<ResolvedBinding> resolvedBinding = factory->NewResolvedBindingRecord(); in HWTEST_F_L0() local
1424 … JSHandle<ResolvedIndexBinding> resolvedBinding = factory->NewResolvedIndexBindingRecord(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp481 JSTaggedValue resolvedBinding = environment->Get(idx); in GetImportModule() local