Searched refs:ArrayIteratorPrototype (Results 1 – 6 of 6) sorted by relevance
105 const ArrayIteratorPrototype = Reflect.getPrototypeOf( constant108 const { next } = ArrayIteratorPrototype;109 ArrayIteratorPrototype.next = common.mustNotCall(126 ArrayIteratorPrototype.next = next;
6 const ArrayIteratorPrototype =10 delete ArrayIteratorPrototype.next;
30 ArrayIteratorPrototype,179 ArrayIteratorPrototype, // 23.1.5285 ArrayIteratorPrototype, // 23.1.5324 ObjectGetPrototypeOf(ArrayIteratorPrototype), // 27.1.2 IteratorPrototype
158 // 2. Lookup `next` property on %ArrayIteratorPrototype% (user-mutable).223 // 2. Lookup `next` property on %ArrayIteratorPrototype% (user-mutable).256 // 3. Lookup `next` property on %ArrayIteratorPrototype% (user-mutable).334 // 3. Lookup `next` property on %ArrayIteratorPrototype% (user-mutable).365 // 3. Lookup `next` property on %ArrayIteratorPrototype% (user-mutable).430 // 2. Lookup `next` property on %ArrayIteratorPrototype% (user-mutable).
66 // built-in iterator and that the %ArrayIteratorPrototype%.next method
269 primordials.IteratorPrototype = Reflect.getPrototypeOf(primordials.ArrayIteratorPrototype);