MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / createMap

Function createMap

OpenReservation/wwwroot/Scripts/angular.js:1896–1898  ·  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

()

Source from the content-addressed store, hash-verified

1894 * @returns {Object}
1895 */
1896 function createMap() {
1897 return Object.create(null);
1898 }
1899
1900 var NODE_TYPE_ELEMENT = 1;
1901 var NODE_TYPE_ATTRIBUTE = 2;

Callers 12

equalsFunction · 0.85
splitClassesFunction · 0.85
cacheFactoryFunction · 0.85
$CompileProviderFunction · 0.85
createBoundTranscludeFnFunction · 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