Searched refs:aVar (Results 1 – 1 of 1) sorted by relevance
| /plugin/virtualkeyboard/vk/extensions/tests/ |
| D | jsUnitCore.js | 77 function _displayStringForValue(aVar) { argument 78 var result = '<' + aVar + '>'; 79 if (!(aVar === null || aVar === top.JSUNIT_UNDEFINED_VALUE)) { 80 result += ' (' + _trueTypeOf(aVar) + ')'; 170 var aVar = nonCommentArg(1, 1, arguments); 171 …commentArg(1, arguments), aVar === null, 'Expected ' + _displayStringForValue(null) + ' but was ' … 176 var aVar = nonCommentArg(1, 1, arguments); 177 …_assert(commentArg(1, arguments), aVar !== null, 'Expected not to be ' + _displayStringForValue(nu… 182 var aVar = nonCommentArg(1, 1, arguments); 183 …s), aVar === top.JSUNIT_UNDEFINED_VALUE, 'Expected ' + _displayStringForValue(top.JSUNIT_UNDEFINED… [all …]
|