(
targetZone: Zone,
callback: Function,
applyThis?: any,
applyArgs?: any[],
source?: string,
)
| 599 | fork(targetZone: Zone, zoneSpec: ZoneSpec): Zone; |
| 600 | intercept(targetZone: Zone, callback: Function, source: string): Function; |
| 601 | invoke( |
| 602 | targetZone: Zone, |
| 603 | callback: Function, |
| 604 | applyThis?: any, |
no outgoing calls