Lines Matching refs:undefined
138 } else if (typeof expected == "undefined") {
215 testFailed(_a + " should be undefined. Threw exception " + exception);
216 else if (typeof _av == "undefined")
217 testPassed(_a + " is undefined.");
219 testFailed(_a + " should be undefined. Was " + _av);
234 else if (_av !== undefined)
255 else if (typeof _av == "undefined" || _av < _bv)
276 if (typeof _e == "undefined" || exception == _ev)
279 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + ".");
280 } else if (typeof _av == "undefined")
281 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined.");
283 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".");
287 if (typeof GCController !== "undefined")