MCPcopy Create free account
hub / github.com/apache/cloudstack / isUndefined

Function isUndefined

tools/ngui/static/js/lib/angular.js:306–306  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isUndefined * @function * * @description * Determines if a reference is undefined. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is undefined.

(value)

Source from the content-addressed store, hash-verified

304 * @returns {boolean} True if `value` is undefined.
305 */
306function isUndefined(value){return typeof value == 'undefined';}
307
308
309/**

Callers 15

JQLiteUnbindFunction · 0.85
angular.jsFile · 0.85
eventHandlerFunction · 0.85
BrowserFunction · 0.85
cacheFactoryFunction · 0.85
convertToHtml5UrlFunction · 0.85
convertToHashbangUrlFunction · 0.85
locationGetterSetterFunction · 0.85
$SnifferProviderFunction · 0.85
$httpFunction · 0.85
currencyFilterFunction · 0.85
formatNumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected