Lines Matching refs:createEvent
1056 this.createProgramTime = this.hookEventFactory.createEvent('createProgram');
1057 this.runArkTSLinterTime = this.hookEventFactory.createEvent('arkTSLinter');
1058 this.diagnosticTime = this.hookEventFactory.createEvent('diagnostic');
1059 this.scriptSnapshotTime = this.hookEventFactory.createEvent('scriptSnapshot');
1060 resolveModuleNamesTime = this.hookEventFactory.createEvent('resolveModuleNames');
1063 this.processImportTime = this.hookEventFactory.createEvent('processImport');
1064 this.processComponentClassTime = this.hookEventFactory.createEvent('processComponentClass');
1065 this.validateEtsTime = this.hookEventFactory.createEvent('validateEts');
1066 this.tsProgramEmitTime = this.hookEventFactory.createEvent('tsProgramEmit');
1067 …this.noSourceFileRebuildProgramTime = this.hookEventFactory.createEvent('noSourceFileRebuildProgra…
1070 … this.etsTransformBuildStartTime = this.hookEventFactory.createEvent('etsTransformBuildStart');
1073 this.etsTransformLoadTime = this.hookEventFactory.createEvent('etsTransformLoad');
1080 createEvent(name: string): CompileEvent | undefined; method