Home
last modified time | relevance | path

Searched refs:GetPropertyInlinedPropsWithRep (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h277 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) con… in GetPropertyInlinedPropsWithRep() function
279 return GetPropertyInlinedPropsWithRep(GetJSHClass(), index, attr); in GetPropertyInlinedPropsWithRep()
282 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(const JSHClass *hclass, uint32_t index, in GetPropertyInlinedPropsWithRep() function
320 return GetPropertyInlinedPropsWithRep(hclass, attr.GetOffset(), attr); in GetProperty()
Dlayout_info.cpp201 JSTaggedValue val = object->GetPropertyInlinedPropsWithRep(attr.GetOffset(), attr); in IsUninitializedProperty()
Djs_object.h704 …inline JSTaggedValue GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) const;
705 inline JSTaggedValue GetPropertyInlinedPropsWithRep(const JSHClass *hclass, uint32_t index,
Dobject_operator.cpp554 value = obj->GetPropertyInlinedPropsWithRep(entry, attr); in LookupPropertyInlinedProps()
Ddump.cpp1559 val = GetPropertyInlinedPropsWithRep(i, attr); in Dump()
3803 val = GetPropertyInlinedPropsWithRep(i, attr); in Dump()
4703 val = GetPropertyInlinedPropsWithRep(i, attr); in DumpForSnapshot()
Djs_object.cpp196 value = receiver->GetPropertyInlinedPropsWithRep(i, attr); in TransitionToDictionary()
/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp510 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in TryCacheSerializeKeys()
540 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in TryCacheSerializeKeys()
636 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in SerializeKeysWithCache()
795 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in DefaultSerializeKeys()
825 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in DefaultSerializeKeys()
Djson_stringifier.cpp663 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in SerializeKeys()
694 … ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in SerializeKeys()