MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / createMap

Function createMap

code/songhop/www/lib/angular/angular.js:1650–1652  ·  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

1648 * @returns {Object}
1649 */
1650function createMap() {
1651 return Object.create(null);
1652}
1653
1654var NODE_TYPE_ELEMENT = 1;
1655var NODE_TYPE_TEXT = 3;

Callers 5

resolveElementClassesFunction · 0.70
$CompileProviderFunction · 0.70
parseHeadersFunction · 0.70
angular.jsFile · 0.70
$ParseProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected