Lines Matching defs:number
1170 Handle<Object> number = isolate->factory()->NewNumberFromSize(i);
1171 list->set(insertion_index, *number);
1430 uint32_t number = static_cast<uint32_t>(index.Number());
1431 if (length <= number && number < old_length) {
1433 if (!details.IsConfigurable()) length = number + 1;
1448 uint32_t number = static_cast<uint32_t>(index.Number());
1449 if (length <= number && number < old_length) {
1457 // Update the number of elements.
2016 // Bail out if a number dictionary wouldn't be able to save much space.
2292 // Search for non-number, non-Undefined value, with either
2298 // Search for non-number, non-Undefined value with either
3072 // converted to a number type further up in the call chain.
3635 // side-effects, as the source elements will always be a number.
4520 // them by the number of context mapped entries.