Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:TypeError

419   assertTrue(e instanceof TypeError,
420 "reduce callback not a function not throwing TypeError");
422 "reduce non function TypeError type");
431 assertTrue(e instanceof TypeError,
432 "reduceRight callback not a function not throwing TypeError");
434 "reduceRight non function TypeError type");
443 assertTrue(e instanceof TypeError,
444 "reduce no initial value not throwing TypeError");
446 TypeError type");
455 assertTrue(e instanceof TypeError,
456 "reduceRight no initial value not throwing TypeError");
458 "reduceRight no initial TypeError type");
467 assertTrue(e instanceof TypeError,
468 "reduce sparse no initial value not throwing TypeError");
470 "reduce no initial TypeError type");
479 assertTrue(e instanceof TypeError,
480 "reduceRight sparse no initial value not throwing TypeError");
482 "reduceRight no initial TypeError type");