Lines Matching full:throwing
416 assertUnreachable("Reduce callback not a function not throwing");
419 "reduce callback not a function not throwing TypeError");
426 assertUnreachable("ReduceRight callback not a function not throwing");
429 "reduceRight callback not a function not throwing TypeError");
437 assertUnreachable("Reduce no initial value not throwing");
440 "reduce no initial value not throwing TypeError");
447 assertUnreachable("ReduceRight no initial value not throwing");
450 "reduceRight no initial value not throwing TypeError");
458 assertUnreachable("Reduce sparse no initial value not throwing");
461 "reduce sparse no initial value not throwing TypeError");
468 assertUnreachable("ReduceRight sparse no initial value not throwing");
471 "reduceRight sparse no initial value not throwing TypeError");