Home | History | Annotate | Download | only in src

Lines Matching refs:old_length

875     Handle<Object> old_length(array->length(), isolate);
876 bool same_or_smaller_size = old_length->IsSmi() &&
877 static_cast<uint32_t>(Handle<Smi>::cast(old_length)->value()) >= length;
901 int old_length = FastD2IChecked(array->length()->Number());
902 for (int i = length; i < old_length; i++) {
1356 uint32_t old_length = static_cast<uint32_t>(array->length()->Number());
1357 if (new_length < old_length) {
1365 if (new_length <= number && number < old_length) {
1388 if (new_length <= number && number < old_length) {