(stage: string, ref: UnresolvedRef, fn: () => ResolvedRef | null)
| 2210 | } |
| 2211 | |
| 2212 | function nmTimed(stage: string, ref: UnresolvedRef, fn: () => ResolvedRef | null): ResolvedRef | null { |
| 2213 | return nmTimedT(stage, ref, fn); |
| 2214 | } |
| 2215 | |
| 2216 | /** Dump this thread's matchReference sub-stage table to stderr (no-op unless =2). */ |
| 2217 | export function dumpNameMatcherProfile(label: string): void { |
no test coverage detected