MCPcopy Index your code
hub / github.com/angular-ui/ui-router / isPossiblyDangerousMemberName

Function isPossiblyDangerousMemberName

test/angular/1.2/angular.js:11071–11073  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

11069var getterFnCacheExpensive = {};
11070
11071function isPossiblyDangerousMemberName(name) {
11072 return name == 'constructor';
11073}
11074
11075/**
11076 * Implementation of the "Black Hole" variant from:

Callers 2

cspSafeGetterFnFunction · 0.70
getterFnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected