(name: string, label: string)
| 773 | performance && performance['mark'] && performance['mark'](name); |
| 774 | } |
| 775 | function performanceMeasure(name: string, label: string) { |
| 776 | performance && performance['measure'] && performance['measure'](name, label); |
| 777 | } |
| 778 | mark('Zone'); |
| 779 | |
| 780 | class ZoneImpl implements AmbientZone { |
no outgoing calls
no test coverage detected