Home | History | Annotate | Download | only in src

Lines Matching defs:old_len

12765   uint32_t old_len = 0;
12766 CHECK(array->length()->ToArrayIndex(&old_len));
12769 if (index >= old_len && index != 0xffffffff) {