@@ -457,81 +457,6 @@ test/built-ins/Iterator/prototype/map/underlying-iterator-closed-in-parallel.js:
457457test/built-ins/Iterator/prototype/map/underlying-iterator-closed.js :
458458 default : " TypeError: iterator.map is not a function. (In 'iterator.map(() => 0)', 'iterator.map' is undefined)"
459459 strict mode : " TypeError: iterator.map is not a function. (In 'iterator.map(() => 0)', 'iterator.map' is undefined)"
460- test/built-ins/Iterator/prototype/reduce/argument-effect-order.js :
461- default : " TypeError: undefined is not an object (evaluating 'Iterator.prototype.reduce.call')"
462- strict mode : " TypeError: undefined is not an object (evaluating 'Iterator.prototype.reduce.call')"
463- test/built-ins/Iterator/prototype/reduce/callable.js :
464- default : " TypeError: undefined is not an object (evaluating 'Iterator.prototype.reduce.call')"
465- strict mode : " TypeError: undefined is not an object (evaluating 'Iterator.prototype.reduce.call')"
466- test/built-ins/Iterator/prototype/reduce/get-next-method-only-once.js :
467- default : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(x => x)', 'iterator.reduce' is undefined)"
468- strict mode : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(x => x)', 'iterator.reduce' is undefined)"
469- test/built-ins/Iterator/prototype/reduce/get-next-method-throws.js :
470- default : ' Test262Error: Expected a Test262Error but got a TypeError'
471- strict mode : ' Test262Error: Expected a Test262Error but got a TypeError'
472- test/built-ins/Iterator/prototype/reduce/is-function.js :
473- default : ' Test262Error: Expected SameValue(«undefined», «function») to be true'
474- strict mode : ' Test262Error: Expected SameValue(«undefined», «function») to be true'
475- test/built-ins/Iterator/prototype/reduce/iterator-already-exhausted-initial-value.js :
476- default : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(() => {}, initialValue)', 'iterator.reduce' is undefined)"
477- strict mode : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(() => {}, initialValue)', 'iterator.reduce' is undefined)"
478- test/built-ins/Iterator/prototype/reduce/iterator-already-exhausted-no-initial-value.js :
479- default : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(() => {}, 0)', 'iterator.reduce' is undefined)"
480- strict mode : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(() => {}, 0)', 'iterator.reduce' is undefined)"
481- test/built-ins/Iterator/prototype/reduce/iterator-yields-once-initial-value.js :
482- default : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
483- strict mode : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
484- test/built-ins/Iterator/prototype/reduce/iterator-yields-once-no-initial-value.js :
485- default : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
486- strict mode : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
487- test/built-ins/Iterator/prototype/reduce/length.js :
488- default : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
489- strict mode : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
490- test/built-ins/Iterator/prototype/reduce/name.js :
491- default : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
492- strict mode : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
493- test/built-ins/Iterator/prototype/reduce/next-method-returns-throwing-done.js :
494- default : ' Test262Error: Expected a Test262Error but got a TypeError'
495- strict mode : ' Test262Error: Expected a Test262Error but got a TypeError'
496- test/built-ins/Iterator/prototype/reduce/next-method-returns-throwing-value-done.js :
497- default : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(() => {}, 0)', 'iterator.reduce' is undefined)"
498- strict mode : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(() => {}, 0)', 'iterator.reduce' is undefined)"
499- test/built-ins/Iterator/prototype/reduce/next-method-returns-throwing-value.js :
500- default : ' Test262Error: Expected a Test262Error but got a TypeError'
501- strict mode : ' Test262Error: Expected a Test262Error but got a TypeError'
502- test/built-ins/Iterator/prototype/reduce/next-method-throws.js :
503- default : ' Test262Error: Expected a Test262Error but got a TypeError'
504- strict mode : ' Test262Error: Expected a Test262Error but got a TypeError'
505- test/built-ins/Iterator/prototype/reduce/non-callable-reducer.js :
506- default : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(() => {})', 'iterator.reduce' is undefined)"
507- strict mode : " TypeError: iterator.reduce is not a function. (In 'iterator.reduce(() => {})', 'iterator.reduce' is undefined)"
508- test/built-ins/Iterator/prototype/reduce/prop-desc.js :
509- default : ' Test262Error: obj should have an own property reduce'
510- strict mode : ' Test262Error: obj should have an own property reduce'
511- test/built-ins/Iterator/prototype/reduce/proto.js :
512- default : " TypeError: undefined is not an object (evaluating 'Object.getPrototypeOf(Iterator.prototype.reduce)')"
513- strict mode : " TypeError: undefined is not an object (evaluating 'Object.getPrototypeOf(Iterator.prototype.reduce)')"
514- test/built-ins/Iterator/prototype/reduce/reducer-args-initial-value.js :
515- default : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
516- strict mode : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
517- test/built-ins/Iterator/prototype/reduce/reducer-args-no-initial-value.js :
518- default : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
519- strict mode : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
520- test/built-ins/Iterator/prototype/reduce/reducer-memo-can-be-any-type.js :
521- default : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
522- strict mode : " TypeError: iter.reduce is not a function. (In 'iter.reduce((memo, v, count) => {"
523- test/built-ins/Iterator/prototype/reduce/reducer-this.js :
524- default : " TypeError: iter.reduce is not a function. (In 'iter.reduce(function (memo, v, count) {"
525- strict mode : " TypeError: iter.reduce is not a function. (In 'iter.reduce(function (memo, v, count) {"
526- test/built-ins/Iterator/prototype/reduce/reducer-throws-then-closing-iterator-also-throws.js :
527- default : ' Test262Error: Expected a Test262Error but got a TypeError'
528- strict mode : ' Test262Error: Expected a Test262Error but got a TypeError'
529- test/built-ins/Iterator/prototype/reduce/reducer-throws.js :
530- default : ' Test262Error: Expected a Test262Error but got a TypeError'
531- strict mode : ' Test262Error: Expected a Test262Error but got a TypeError'
532- test/built-ins/Iterator/prototype/reduce/this-plain-iterator.js :
533- default : " TypeError: undefined is not an object (evaluating 'Iterator.prototype.reduce.call')"
534- strict mode : " TypeError: undefined is not an object (evaluating 'Iterator.prototype.reduce.call')"
535460test/built-ins/Iterator/prototype/take/argument-effect-order.js :
536461 default : " TypeError: undefined is not an object (evaluating 'Iterator.prototype.take.call')"
537462 strict mode : " TypeError: undefined is not an object (evaluating 'Iterator.prototype.take.call')"
0 commit comments