Searched refs:GetPropertyInlinedPropsWithRep (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 267 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) con… in GetPropertyInlinedPropsWithRep() function 269 return GetPropertyInlinedPropsWithRep(GetJSHClass(), index, attr); in GetPropertyInlinedPropsWithRep() 272 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(const JSHClass *hclass, uint32_t index, in GetPropertyInlinedPropsWithRep() function 310 return GetPropertyInlinedPropsWithRep(hclass, attr.GetOffset(), attr); in GetProperty()
|
| D | js_object.h | 625 …inline JSTaggedValue GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) const; 626 inline JSTaggedValue GetPropertyInlinedPropsWithRep(const JSHClass *hclass, uint32_t index,
|
| D | object_operator.cpp | 363 value = obj->GetPropertyInlinedPropsWithRep(entry, attr); in LookupPropertyInlinedProps()
|
| D | dump.cpp | 1459 val = GetPropertyInlinedPropsWithRep(i, attr); in Dump() 3613 val = GetPropertyInlinedPropsWithRep(i, attr); in Dump() 4386 val = GetPropertyInlinedPropsWithRep(i, attr); in DumpForSnapshot()
|
| D | js_object.cpp | 167 value = receiver->GetPropertyInlinedPropsWithRep(i, attr); in TransitionToDictionary()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 738 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in SerializeKeys() 768 … ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in SerializeKeys()
|