Searched refs:bugreportMainEntry (Results 1 – 1 of 1) sorted by relevance
50 const bugreportMainEntry = files.find((file) => constant56 if (!(await this.isBugreport(bugreportMainEntry, files))) {68 assertDefined(bugreportMainEntry),73 assertDefined(bugreportMainEntry),81 bugreportMainEntry: TraceFile,84 const bugreportName = (await bugreportMainEntry.file.text()).trim();119 bugreportMainEntry: TraceFile | undefined,122 if (!bugreportMainEntry) {125 const bugreportName = (await bugreportMainEntry.file.text()).trim();129 file.parentArchive === bugreportMainEntry.parentArchive &&[all …]