Searched refs:targetFile (Results 1 – 4 of 4) sorted by relevance
4 var targetFile = new Blob() variable38 targetFile = blobWriter.getData()39 mapParser = new MapParser(targetFile)
101 export async function operatedExtensionStatistics(partitions, blockSize, targetFile) { argument103 if (!targetFile) {106 let buildMap = new MapParser(targetFile)140 export async function analysePartitions(metrics, partitions, blockSize = 4096, targetFile = null) { argument170 statisticsData = await operatedExtensionStatistics(partitions, blockSize, targetFile)
16 constructor(targetFile) { argument17 this.build = new zip.ZipReader(new zip.BlobReader(targetFile))
60 :disabled="!targetFile"114 targetFile: null,131 this.targetFile = new File([download.data], 'target_demo.zip')147 this.targetFile155 this.targetFile = files[0]