Home
last modified time | relevance | path

Searched refs:ResolvedIndexBinding (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h74 JSTaggedValue resolvedModule, ResolvedIndexBinding *binding);
78 JSTaggedValue resolvedModule, ResolvedIndexBinding *binding);
Djs_module_namespace.cpp110 JSHandle<ResolvedIndexBinding> resolvedBind = JSHandle<ResolvedIndexBinding>::Cast(binding); in GetProperty()
320 targetModule = JSHandle<ResolvedIndexBinding>::Cast(binding)->GetModule(); in ValidateKeysAvailable()
Djs_module_source_text.h217 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedIndexBinding> &binding);
293 class ResolvedIndexBinding final : public Record {
295 CAST_CHECK(ResolvedIndexBinding, IsResolvedIndexBinding);
Djs_module_manager.cpp111ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetModuleValueOutterInternal()
177 JSTaggedValue resolvedModule, ResolvedIndexBinding *binding) in GetNativeModuleValue()
194 JSTaggedValue resolvedModule, ResolvedIndexBinding *binding) in GetCJSModuleValue()
Djs_module_source_text.cpp470ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetModuleFromBinding()
1364 …e SourceTextModule::GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedIndexBinding> &binding) in GetNativeModuleValue()
1368ResolvedIndexBinding *resolvedBinding = ResolvedIndexBinding::Cast(binding.GetTaggedValue().GetTag… in GetNativeModuleValue()
1567 … JSHandle<ResolvedIndexBinding> resolutionBd = JSHandle<ResolvedIndexBinding>::Cast(resolution); in GetStarResolution()
1568 …JSHandle<ResolvedIndexBinding> starResolutionBd = JSHandle<ResolvedIndexBinding>::Cast(starResolut… in GetStarResolution()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h153 class ResolvedIndexBinding; variable
653 JSHandle<ResolvedIndexBinding> NewResolvedIndexBindingRecord();
654 …JSHandle<ResolvedIndexBinding> NewResolvedIndexBindingRecord(const JSHandle<SourceTextModule> &mod…
Dglobal_env_constants.cpp209 …factory->NewEcmaReadOnlyHClass(hClass, ResolvedIndexBinding::SIZE, JSType::RESOLVEDINDEXBINDING_RE… in InitRootsClass()
Ddump.cpp1195 ResolvedIndexBinding::Cast(obj)->Dump(os); in DumpObject()
3740 void ResolvedIndexBinding::Dump(std::ostream &os) const in Dump()
4322 ResolvedIndexBinding::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5880 void ResolvedIndexBinding::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
Dobject_factory.cpp4450 JSHandle<ResolvedIndexBinding> ObjectFactory::NewResolvedIndexBindingRecord() in NewResolvedIndexBindingRecord()
4458 JSHandle<ResolvedIndexBinding> ObjectFactory::NewResolvedIndexBindingRecord(const JSHandle<SourceTe… in NewResolvedIndexBindingRecord()
4464 JSHandle<ResolvedIndexBinding> obj(thread_, header); in NewResolvedIndexBindingRecord()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp741ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in CollectRecordImportInfo()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h671 ResolvedIndexBinding::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1356 CHECK_DUMP_FIELDS(Record::SIZE, ResolvedIndexBinding::SIZE, 2U); in HWTEST_F_L0()
1357 … JSHandle<ResolvedIndexBinding> resolvedBinding = factory->NewResolvedIndexBindingRecord(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1152ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in InferLdExternalModuleVar()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp467ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetImportModule()