Home | History | Annotate | Download | only in cctest

Lines Matching full:next_objs_index

810   int next_objs_index = 0;
813 objs[next_objs_index++] = FACTORY->NewJSArray(10);
814 objs[next_objs_index++] = FACTORY->NewJSArray(10, TENURED);
817 objs[next_objs_index++] =
819 objs[next_objs_index++] =
827 objs[next_objs_index++] =
832 objs[next_objs_index++] = Handle<Map>(HeapObject::cast(*objs[0])->map());
834 CHECK_EQ(objs_count, next_objs_index);