()
| 3720 | exit: exit |
| 3721 | }; |
| 3722 | function enter() { |
| 3723 | if (++enterCount === 1) { |
| 3724 | mark(startMarkName); |
| 3725 | } |
| 3726 | } |
| 3727 | function exit() { |
| 3728 | if (--enterCount === 0) { |
| 3729 | mark(endMarkName); |
no test coverage detected
searching dependent graphs…