Home
last modified time | relevance | path

Searched refs:workerData (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dmanage_workers.ts63 let workerData: any = { variable
70 workerData['workerFileName'] = workerFileName;
71 workerData['cachePath'] = arkEnvParams['cachePath'];
73 cluster.fork(workerData);
Dgen_abc_plugin.ts1324 let workerData: any = {
1331 workerData['workerFileName'] = workerFileName;
1332 workerData['cachePath'] = process.env.cachePath;
1334 cluster.fork(workerData);
/developtools/ace_js2bundle/ace-loader/src/
Dmanage-bundle-workers.js50 const workerData = { variable
54 cluster.fork(workerData);
DgenAbc-plugin.js714 let workerData = { variable
718 cluster.fork(workerData);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts270 const workerData: any = { constant
276 const worker: any = cluster.fork(workerData);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts494 const workerData: any = { constant
502 const worker: any = cluster.fork(workerData);