Home | History | Annotate | Download | only in src

Lines Matching refs:number

805 double Object::Number() {
1472 // Make sure to adjust for the number of in-object properties. These
1519 // Adjust for the number of properties stored in the object.
1532 // Adjust for the number of properties stored in the object.
1547 // Adjust for the number of properties stored in the object.
1555 // Adjust for the number of properties stored in the object.
1566 // Adjust for the number of properties stored in the object.
1906 int number = GetIsolate()->descriptor_lookup_cache()->Lookup(this, name);
1907 if (number == DescriptorLookupCache::kAbsent) {
1908 number = Search(name);
1909 GetIsolate()->descriptor_lookup_cache()->Update(this, name, number);
1911 return number;
4646 return key == static_cast<uint32_t>(other->Number());
4658 return ComputeIntegerHash(static_cast<uint32_t>(other->Number()), 0);
4669 return ComputeIntegerHash(static_cast<uint32_t>(other->Number()), seed);