Home | History | Annotate | Download | only in mjsunit

Lines Matching refs: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);
679 exception = false;
683 exception = true;
686 assertTrue(exception);
694 exception = false;
698 exception = true;
701 assertTrue(exception);
749 exception = false;
754 exception = true;
757 assertTrue(exception);
848 exception = false;
853 exception = true;
856 assertTrue(exception);
1149 exception = false;
1153 exception = true;
1156 assertTrue(exception);