Home
last modified time | relevance | path

Searched refs:scriptSnapshotTime (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts1044 scriptSnapshotTime: CompileEvent; property in CompilationTimeStatistics
1059 this.scriptSnapshotTime = this.hookEventFactory.createEvent('scriptSnapshot');
Dets_checker.ts306 … startTimeStatisticsLocation(compilationTime ? compilationTime.scriptSnapshotTime : undefined);
311 … stopTimeStatisticsLocation(compilationTime ? compilationTime.scriptSnapshotTime : undefined);