Searched refs:nullTimer (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | performance.ts | 15 return condition ? createTimer(measureName, startMarkName, endMarkName) : nullTimer; 42 export const nullTimer: Timer = { enter: noop, exit: noop }; constant
|
| D | sourcemap.ts | 9 : performance.nullTimer;
|
| /third_party/typescript/lib/ |
| D | tsc.js | 2772 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer; 2797 performance.nullTimer = { enter: ts.noop, exit: ts.noop }; 69001 : ts.performance.nullTimer, enter = _a.enter, exit = _a.exit;
|
| D | typingsInstaller.js | 3280 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer; 3305 performance.nullTimer = { enter: ts.noop, exit: ts.noop }; 82084 : ts.performance.nullTimer, enter = _a.enter, exit = _a.exit;
|
| D | typescript.js | 3485 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer; 3510 performance.nullTimer = { enter: ts.noop, exit: ts.noop }; 82289 : ts.performance.nullTimer, enter = _a.enter, exit = _a.exit;
|
| D | typescriptServices.js | 3485 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer; 3510 performance.nullTimer = { enter: ts.noop, exit: ts.noop }; 82289 : ts.performance.nullTimer, enter = _a.enter, exit = _a.exit;
|
| D | tsserverlibrary.js | 3485 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer; 3510 performance.nullTimer = { enter: ts.noop, exit: ts.noop }; 82289 : ts.performance.nullTimer, enter = _a.enter, exit = _a.exit;
|
| D | tsserver.js | 3291 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer; 3316 performance.nullTimer = { enter: ts.noop, exit: ts.noop }; 82095 : ts.performance.nullTimer, enter = _a.enter, exit = _a.exit;
|