Searched refs:createEvent (Results 1 – 2 of 2) sorted by relevance
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…[all …]
806 event = eventOrEventFactory.createEvent(eventName);