(targetZone: Zone, callback: Function, source: string)
| 598 | zone: Zone; |
| 599 | fork(targetZone: Zone, zoneSpec: ZoneSpec): Zone; |
| 600 | intercept(targetZone: Zone, callback: Function, source: string): Function; |
| 601 | invoke( |
| 602 | targetZone: Zone, |
| 603 | callback: Function, |
no outgoing calls
no test coverage detected