Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:initial

444              "reduce no initial value not throwing TypeError");
445 assertEquals("Reduce of empty array with no initial
446 "reduce no initial TypeError type");
456 "reduceRight no initial value not throwing TypeError");
457 assertEquals("Reduce of empty array with no initial value", e.message,
458 "reduceRight no initial TypeError type");
468 "reduce sparse no initial value not throwing TypeError");
469 assertEquals("Reduce of empty array with no initial value", e.message,
470 "reduce no initial TypeError type");
480 "reduceRight sparse no initial value not throwing TypeError");
481 assertEquals("Reduce of empty array with no initial value", e.message,
482 "reduceRight no initial TypeError type");