Home | History | Annotate | Download | only in src

Lines Matching refs:number

340       to->set(i + to_start, hole_or_object->Number());
370 to->set(i + to_start, from->ValueAt(entry)->Number());
653 int old_length = FastD2I(array->length()->Number());
1018 uint32_t old_length = static_cast<uint32_t>(array->length()->Number());
1027 uint32_t number = static_cast<uint32_t>(key->Number());
1028 if (new_length <= number && number < old_length) {
1030 if (details.IsDontDelete()) new_length = number + 1;
1045 uint32_t number = static_cast<uint32_t>(key->Number());
1046 if (new_length <= number && number < old_length) {
1053 // Update the number of elements.
1406 // Fall-back case: The new length is not a number so make the array