Home | History | Annotate | Download | only in kde

Lines Matching refs:true

29 shouldBe("isNaN(Number('a'))", "true");
34 shouldBe("isNaN(new Number('a'))", "true");
36 shouldBe("isNaN(Number.NaN)", "true");