Home | History | Annotate | Download | only in src

Lines Matching refs:old_length

653         int old_length = FastD2I(array->length()->Number());
654 for (int i = length; i < old_length; i++) {
1018 uint32_t old_length = static_cast<uint32_t>(array->length()->Number());
1019 if (new_length < old_length) {
1028 if (new_length <= number && number < old_length) {
1046 if (new_length <= number && number < old_length) {