Home
last modified time | relevance | path

Searched defs:disableCPUProfiler (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dsys.ts1421 /** @internal */ disableCPUProfiler?(continuation: () => void): boolean; method
1705 function disableCPUProfiler(cb: () => void) { function