MCPcopy Index your code
hub / github.com/angular/angular / all

Method all

packages/zone.js/lib/common/promise.ts:420–422  ·  view source on GitHub ↗
(values: any)

Source from the content-addressed store, hash-verified

418 }
419
420 static all<R>(values: any): Promise<R> {
421 return ZoneAwarePromise.allWithCallback(values);
422 }
423
424 static allSettled<R>(values: any): Promise<R> {
425 const P = this && this.prototype instanceof ZoneAwarePromise ? this : ZoneAwarePromise;

Callers 4

bluebird.spec.tsFile · 0.45
testCallbackFunction · 0.45
testFunctionFunction · 0.45
Promise.spec.tsFile · 0.45

Calls 1

allWithCallbackMethod · 0.80

Tested by

no test coverage detected