Home | History | Annotate | Download | only in src

Lines Matching full:old_len

5807   uint32_t old_len = 0;
5808 CHECK(Array::IndexFromObject(length(), &old_len));
5811 if (index >= old_len && index != 0xffffffff) {