Searched refs:ResolvedIndexBinding (Results 1 – 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_manager.h | 74 JSTaggedValue resolvedModule, ResolvedIndexBinding *binding); 78 JSTaggedValue resolvedModule, ResolvedIndexBinding *binding);
|
D | js_module_namespace.cpp | 110 JSHandle<ResolvedIndexBinding> resolvedBind = JSHandle<ResolvedIndexBinding>::Cast(binding); in GetProperty() 320 targetModule = JSHandle<ResolvedIndexBinding>::Cast(binding)->GetModule(); in ValidateKeysAvailable()
|
D | js_module_source_text.h | 217 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedIndexBinding> &binding); 293 class ResolvedIndexBinding final : public Record { 295 CAST_CHECK(ResolvedIndexBinding, IsResolvedIndexBinding);
|
D | js_module_manager.cpp | 111 … ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetModuleValueOutterInternal() 177 JSTaggedValue resolvedModule, ResolvedIndexBinding *binding) in GetNativeModuleValue() 194 JSTaggedValue resolvedModule, ResolvedIndexBinding *binding) in GetCJSModuleValue()
|
D | js_module_source_text.cpp | 470 … ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetModuleFromBinding() 1364 …e SourceTextModule::GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedIndexBinding> &binding) in GetNativeModuleValue() 1368 …ResolvedIndexBinding *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/ |
D | object_factory.h | 153 class ResolvedIndexBinding; variable 653 JSHandle<ResolvedIndexBinding> NewResolvedIndexBindingRecord(); 654 …JSHandle<ResolvedIndexBinding> NewResolvedIndexBindingRecord(const JSHandle<SourceTextModule> &mod…
|
D | global_env_constants.cpp | 209 …factory->NewEcmaReadOnlyHClass(hClass, ResolvedIndexBinding::SIZE, JSType::RESOLVEDINDEXBINDING_RE… in InitRootsClass()
|
D | dump.cpp | 1195 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()
|
D | object_factory.cpp | 4450 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/ |
D | bytecode_info_collector.cpp | 741 … ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in CollectRecordImportInfo()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | object_xray.h | 671 ResolvedIndexBinding::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | dump_test.cpp | 1356 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/ |
D | method_type_infer.cpp | 1152 … ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in InferLdExternalModuleVar()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 467 … ResolvedIndexBinding *binding = ResolvedIndexBinding::Cast(resolvedBinding.GetTaggedObject()); in GetImportModule()
|