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

Function createMap

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

* Creates a new object without a prototype. This object is useful for lookup without having to * guard against prototypically inherited properties via hasOwnProperty. * * Related micro-benchmarks: * - http://jsperf.com/object-create2 * - http://jsperf.com/proto-map-lookup/2 * - http://jsperf.c

()

Source from the content-addressed store, hash-verified

1882 * @returns {Object}
1883 */
1884function createMap() {
1885 return Object.create(null);
1886}
1887
1888var NODE_TYPE_ELEMENT = 1;
1889var NODE_TYPE_ATTRIBUTE = 2;

Callers 10

equalsFunction · 0.85
splitClassesFunction · 0.85
$CompileProviderFunction · 0.85
applyDirectivesToNodeFunction · 0.85
setupControllersFunction · 0.85
parseHeadersFunction · 0.85
angular.jsFile · 0.85
$ParseProviderFunction · 0.85
digestClassCountsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected