* Set the current phase of compilation. * * Time spent in the previous phase will be accounted to that phase. The caller is responsible for * exiting the phase when work that should be tracked within it is completed, and either returning * to the previous phase or transitioning to the ne
(phase: PerfPhase)
| 390 | * @returns the previous phase |
| 391 | */ |
| 392 | phase(phase: PerfPhase): PerfPhase; |
| 393 | |
| 394 | /** |
| 395 | * Run `fn` in the given `PerfPhase` and return the result. |
no outgoing calls
no test coverage detected