Lines Matching refs:one
1502 TNode<Number> one = OneConstant();
1505 step = [&](TNode<Number> i) { return NumberAdd(i, one); };
1508 k = NumberSubtract(original_length, one);
1509 step = [&](TNode<Number> i) { return NumberSubtract(i, one); };
2321 // complete isolation, and then plugged into the outer graph in one go.
4112 // that no one messed with the %ArrayIteratorPrototype%.next method.
4219 // that no one messed with the %ArrayIteratorPrototype%.next method.
5921 // Shift the remaining {elements} by one towards the start.
7042 // At this point we definitely know that {receiver} has one of the
8117 // Bail out if the exec method is not the original one.