MCPcopy
hub / github.com/angular-ui/ui-grid / assertNotHasOwnProperty

Function assertNotHasOwnProperty

lib/test/angular/1.8.0/angular.js:2137–2141  ·  view source on GitHub ↗

* throw error if the name given is hasOwnProperty * @param {String} name the name to test * @param {String} context the context in which the name is used, such as module or directive

(name, context)

Source from the content-addressed store, hash-verified

2135 * @param {String} context the context in which the name is used, such as module or directive
2136 */
2137function assertNotHasOwnProperty(name, context) {
2138 if (name === 'hasOwnProperty') {
2139 throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context);
2140 }
2141}
2142
2143/**
2144 * Return the value accessible from the object by path. Any undefined traversals are ignored

Callers 6

setupModuleLoaderFunction · 0.70
providerFunction · 0.70
constantFunction · 0.70
$CompileProviderFunction · 0.70
$ControllerProviderFunction · 0.70
angular.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected