Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_tools.cpp28 GetModuleValueFromIndexBindingForLog( JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) GetModuleValueFromIndexBindingForLog() argument
41 GetModuleValueFromRecordBindingForLog( JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) GetModuleValueFromRecordBindingForLog() argument
54 ProcessModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> currentModule, JSTaggedValue resolvedBinding, int32_t index) ProcessModuleLoadInfo() argument
[all...]
H A Dmodule_manager_helper.cpp87 GetModuleValueFromIndexBinding(JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding) GetModuleValueFromIndexBinding() argument
115 GetModuleValueFromRecordBinding(JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding) GetModuleValueFromRecordBinding() argument
144 GetLazyModuleValueFromIndexBinding(JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding) GetLazyModuleValueFromIndexBinding() argument
173 GetLazyModuleValueFromRecordBinding( JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding) GetLazyModuleValueFromRecordBinding() argument
H A Djs_shared_module.cpp67 ResolvedBinding *resolvedBinding = ResolvedBinding::Cast(binding.GetTaggedObject()); in CloneRecordNameBinding() local
H A 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
[all...]
H A Djs_module_manager.cpp112 JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); in GetModuleValueOutterInternal() local
183 JSTaggedValue resolvedBinding = TaggedArray::Cast(moduleEnvironment.GetTaggedObject())->Get(index); GetLazyModuleValueOutterInternal() local
310 JSTaggedValue resolvedBinding = NameDictionary::Cast(moduleEnvironment.GetTaggedObject())->GetValue(entry); GetModuleValueOutterInternal() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp1475 JSHandle<ResolvedBinding> resolvedBinding = factory->NewResolvedBindingRecord(); in HWTEST_F_L0() local
1481 JSHandle<ResolvedIndexBinding> resolvedBinding = factory->NewResolvedIndexBindingRecord(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp481 JSTaggedValue resolvedBinding = environment->Get(idx); in GetImportModule() local

Completed in 9 milliseconds