Lines Matching defs:next
375 // transition the array for only the single next element. If the argument is
419 // transition the array for only the single next element. If the argument is
1199 // ES #sec-%arrayiteratorprototype%.next
1201 const char* method_name = "Array Iterator.prototype.next";
1346 // TODO(v8:4153): Consider storing next index as uintptr. Update this and
1430 Label next(this);
1431 GotoIfNot(IsTrue(exists), &next);
1477 Goto(&next);
1494 Goto(&next);
1512 Goto(&next);
1519 BIND(&next);
1707 Label next(this);
1709 GotoIfNot(Word32Equal(elements_kind, Int32Constant(kind)), &next);
1717 BIND(&next);
1776 Label next(this);
1779 &next);
1787 BIND(&next);