Home | History | Annotate | Download | only in src

Lines Matching defs:ToUint32

1009 bool Object::ToUint32(uint32_t* value) {
2280 bool Object::ToArrayLength(uint32_t* index) { return Object::ToUint32(index); }
2284 return Object::ToUint32(index) && *index != kMaxUInt32;