Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_module_abc.ts34 const hookEventFactory = getHookEventFactory(this.share, 'genAbc', 'buildEnd'); constant
41 await ModuleSourceFile.processModuleSourceFiles(this, hookEventFactory);
43 SourceMapGenerator.getInstance().buildModuleSourceMapInfo(hookEventFactory);
47 generateAbc(this, hookEventFactory);
Dtransform.ts45 const hookEventFactory = getHookEventFactory(this.share, 'genAbc', 'transform'); constant
46 const eventTransformForModule = createAndStartEvent(hookEventFactory, 'transform for module');
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts1040 hookEventFactory: HookEventFactoryType; property in CompilationTimeStatistics
1055 this.hookEventFactory = share.getHookEventFactory(pluginName, hookName);
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');
1062 this.hookEventFactory = share.getHookEventFactory(pluginName, hookName);
1063 this.processImportTime = this.hookEventFactory.createEvent('processImport');
1064 this.processComponentClassTime = this.hookEventFactory.createEvent('processComponentClass');
[all …]