Searched refs:createEvent (Results 1 – 2 of 2) sorted by relevance
1028 this.createProgramTime = this.hookEventFactory.createEvent('createProgram');1029 this.runArkTSLinterTime = this.hookEventFactory.createEvent('arkTSLinter');1030 this.diagnosticTime = this.hookEventFactory.createEvent('diagnostic');1031 this.scriptSnapshotTime = this.hookEventFactory.createEvent('scriptSnapshot');1032 resolveModuleNamesTime = this.hookEventFactory.createEvent('resolveModuleNames');1035 this.processImportTime = this.hookEventFactory.createEvent('processImport');1036 this.processComponentClassTime = this.hookEventFactory.createEvent('processComponentClass');1037 this.validateEtsTime = this.hookEventFactory.createEvent('validateEts');1038 this.tsProgramEmitTime = this.hookEventFactory.createEvent('tsProgramEmit');1039 …this.noSourceFileRebuildProgramTime = this.hookEventFactory.createEvent('noSourceFileRebuildProgra…[all …]
750 event = eventOrEventFactory.createEvent(eventName);