Lines Matching defs:exception
32 // Check that an exception is thrown when null is passed as object.
33 var exception = false;
37 exception = true;
40 assertTrue(exception);
42 // Check that an exception is thrown when undefined is passed as object.
43 exception = false;
47 exception = true;
50 assertTrue(exception);
52 // Check that an exception is thrown when non-object is passed as object.
53 exception = false;
57 exception = true;
60 assertTrue(exception);
704 exception = false;
708 exception = true;
711 assertTrue(exception);
719 exception = false;
723 exception = true;
726 assertTrue(exception);
774 exception = false;
779 exception = true;
782 assertTrue(exception);
873 exception = false;
878 exception = true;
881 assertTrue(exception);
1174 exception = false;
1178 exception = true;
1181 assertTrue(exception);