Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:TypeError

418   assertTrue(e instanceof TypeError,
419 "reduce callback not a function not throwing TypeError");
421 "reduce non function TypeError type");
428 assertTrue(e instanceof TypeError,
429 "reduceRight callback not a function not throwing TypeError");
431 "reduceRight non function TypeError type");
439 assertTrue(e instanceof TypeError,
440 "reduce no initial value not throwing TypeError");
442 TypeError type");
449 assertTrue(e instanceof TypeError,
450 "reduceRight no initial value not throwing TypeError");
452 "reduceRight no initial TypeError type");
460 assertTrue(e instanceof TypeError,
461 "reduce sparse no initial value not throwing TypeError");
463 "reduce no initial TypeError type");
470 assertTrue(e instanceof TypeError,
471 "reduceRight sparse no initial value not throwing TypeError");
473 "reduceRight no initial TypeError type");