Home | History | Annotate | Download | only in resources

Lines Matching refs:undefined

120         testFailed(_a + " should be undefined. Threw exception " + exception);
121 else if (typeof _av == "undefined")
122 testPassed(_a + " is undefined.");
124 testFailed(_a + " should be undefined. Was " + _av);
142 if (typeof _e == "undefined" || exception == _ev)
145 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + ".");
146 } else if (typeof _av == "undefined")
147 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined.");
149 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".");