Home
last modified time | relevance | path

Searched refs:PerformanceData (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/lib/
Dprotocol.d.ts157 performanceData?: PerformanceData;
159 interface PerformanceData { interface
Dtsserverlibrary.d.ts6734 performanceData?: PerformanceData;
6736 interface PerformanceData {
/third_party/typescript/src/server/
Dprotocol.ts257 performanceData?: PerformanceData;
260 export interface PerformanceData { interface
Dsession.ts720 private performanceData: protocol.PerformanceData | undefined;
810 private addPerformanceData(key: keyof protocol.PerformanceData, value: number) {
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6983 performanceData?: PerformanceData;
6985 interface PerformanceData {