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

Function createMap

lib/test/angular/1.6.7/angular.js:2177–2179  ·  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

2175 * @returns {Object}
2176 */
2177function createMap() {
2178 return Object.create(null);
2179}
2180
2181function stringify(value) {
2182 if (value == null) { // null || undefined

Callers 14

equalsFunction · 0.70
createInjectorFunction · 0.70
splitClassesFunction · 0.70
cacheFactoryFunction · 0.70
$CompileProviderFunction · 0.70
parseIsolateBindingsFunction · 0.70
createBoundTranscludeFnFunction · 0.70
applyDirectivesToNodeFunction · 0.70
setupControllersFunction · 0.70
parseHeadersFunction · 0.70
angular.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected