(name: string, label: string)
| 778 | performance && performance['mark'] && performance['mark'](name); |
| 779 | } |
| 780 | function performanceMeasure(name: string, label: string) { |
| 781 | performance && performance['measure'] && performance['measure'](name, label); |
| 782 | } |
| 783 | mark('Zone'); |
| 784 | |
| 785 | class ZoneImpl implements AmbientZone { |
no outgoing calls
no test coverage detected
searching dependent graphs…