MCPcopy
hub / github.com/Postcatlab/postcat / isUndefined

Function isUndefined

src/workbench/browser/src/ng1/lib/angular/angular.js:690–692  ·  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

688 * @returns {boolean} True if `value` is undefined.
689 */
690 function isUndefined(value) {
691 return typeof value === 'undefined';
692 }
693
694
695 /**

Callers 15

toJsonFunction · 0.85
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

Calls

no outgoing calls

Tested by

no test coverage detected