Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts999 export function startTimeStatisticsLocation(startTimeEvent: CompileEvent): void {
1005 export function stopTimeStatisticsLocation(stopTimeEvent: CompileEvent): void {
1010 export let resolveModuleNamesTime: CompileEvent;
1013 createProgramTime: CompileEvent;
1014 runArkTSLinterTime: CompileEvent;
1015 diagnosticTime: CompileEvent;
1016 scriptSnapshotTime: CompileEvent;
1017 processImportTime: CompileEvent;
1018 processComponentClassTime: CompileEvent;
1019 validateEtsTime: CompileEvent;
[all …]