Home
last modified time | relevance | path

Searched refs:IsIntRep (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h235 return !IsDoubleRep() && !IsIntRep(); in IsTaggedRep()
244 inline bool IsIntRep() const in IsIntRep() function
Djs_object-inl.h239 } else if (attr.IsIntRep()) { in ConvertValueWithRep()
278 } else if (attr.IsIntRep()) { in GetPropertyInlinedPropsWithRep()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp901 } else if (newAttr.IsIntRep()) { in VerifyObjIhcPGOType()