Searched defs:separateBeginAndEnd (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | tracing.ts | 120 …entStack: { phase: Phase, name: string, args?: Args, time: number, separateBeginAndEnd: boolean }[… constant 149 const { phase, name, args, time, separateBeginAndEnd } = eventStack[index]; constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 3341 function push(phase, name, args, separateBeginAndEnd) { argument 3346 …phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBeginAndEnd: separateBe… property
|
| D | typingsInstaller.js | 3952 function push(phase, name, args, separateBeginAndEnd) { argument 3957 …phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBeginAndEnd: separateBe… property
|