Lines Matching refs:true
39 caught = true;
41 kdeShouldBe(caught, true, "testing throw()");
51 caught = true;
53 kdeShouldBe(caught, true, "testing throw()");
63 caught = true;
67 kdeShouldBe(caught, true, "ReferenceError");
81 caught = true;
83 kdeShouldBe(caught, true, "error propagation in functions");
93 caught = true;
97 kdeShouldBe(caught, true, "Math() error");