Home | History | Annotate | Download | only in resources

Lines Matching refs:undefined

112     testFailed(_a + " should be undefined. Threw exception " + exception);
113 else if (typeof _av == "undefined")
114 testPassed(_a + " is undefined.");
116 testFailed(_a + " should be undefined. Was " + _av);
135 if (typeof _e == "undefined" || exception == _ev)
138 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + ".");
139 } else if (typeof _av == "undefined")
140 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined.");
142 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".");