Home
last modified time | relevance | path

Searched refs:ArrayIteratorPrototype (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-assert-calltracker-calls.js105 const ArrayIteratorPrototype = Reflect.getPrototypeOf( constant
108 const { next } = ArrayIteratorPrototype;
109 ArrayIteratorPrototype.next = common.mustNotCall(
126 ArrayIteratorPrototype.next = next;
Dtest-require-delete-array-iterator.js6 const ArrayIteratorPrototype =
10 delete ArrayIteratorPrototype.next;
/third_party/node/lib/internal/
Dfreeze_intrinsics.js30 ArrayIteratorPrototype,
179 ArrayIteratorPrototype, // 23.1.5
285 ArrayIteratorPrototype, // 23.1.5
324 ObjectGetPrototypeOf(ArrayIteratorPrototype), // 27.1.2 IteratorPrototype
/third_party/node/doc/contributing/
Dprimordials.md158 // 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).
/third_party/node/deps/v8/src/builtins/
Dtyped-array-from.tq66 // built-in iterator and that the %ArrayIteratorPrototype%.next method
/third_party/node/lib/internal/per_context/
Dprimordials.js269 primordials.IteratorPrototype = Reflect.getPrototypeOf(primordials.ArrayIteratorPrototype);