MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / isUndefined

Function isUndefined

web/static/bower_components/angular/angular.js:559–559  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isUndefined * @module ng * @kind 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

557 * @returns {boolean} True if `value` is undefined.
558 */
559function isUndefined(value) {return typeof value === 'undefined';}
560
561
562/**

Callers 15

bindJQueryFunction · 0.85
toDebugStringFunction · 0.85
getTextFunction · 0.85
angular.jsFile · 0.85
eventHandlerFunction · 0.85
enforceReturnValueFunction · 0.85
loadModulesFunction · 0.85
BrowserFunction · 0.85
cacheStateFunction · 0.85
cacheFactoryFunction · 0.85
$CompileProviderFunction · 0.85
addDirectiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected