Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts1056 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 …]
Dark_utils.ts806 event = eventOrEventFactory.createEvent(eventName);