Home
last modified time | relevance | path

Searched defs:splittedBundles (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts156 const splittedBundles: any[] = this.getSplittedBundles(); constant
274 …const splittedBundles: any[] = this.splitJsBundlesBySize(this.filterIntermediateJsBundle, MAX_WORK… constant
281 …const workerNumber: number = splittedBundles.length < MAX_WORKER_NUMBER ? splittedBundles.length :… constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/
Dbundle_mode.test.ts152 const splittedBundles = bundleMode.getSplittedBundles() constant