Searched refs:getReport (Results 1 – 12 of 12) sorted by relevance
8 helper.validateContent(process.report.getReport());14 helper.validateContent(process.report.getReport(new Error('test error')));22 helper.validateContent(process.report.getReport(error));29 helper.validateContent(process.report.getReport(error),36 process.report.getReport(error);
20 const report = process.report.getReport();38 const report = process.report.getReport();
137 console.log(JSON.stringify(process.report.getReport(), null, 2));
30 getReport(err) { method36 return JSONParse(nr.getReport(err));
33 const glibc = process.report.getReport().header.glibcVersionRuntime;
572 const OptimizationRemarkAnalysis *getReport() const { return Report.get(); } in getReport() function
480 const report = process.report.getReport();492 const report = process.report.getReport(new Error('custom error'));
1987 ### `process.report.getReport([err])`2004 const data = process.report.getReport();
841 const OptimizationRemarkAnalysis *LAR = LAI->getReport(); in canVectorizeMemory()
949 `process.report.getReport()`.
2494 * [[`35e3f1f449`](https://github.com/nodejs/node/commit/35e3f1f449)] - **report**: modify getReport…2534 * [[`598037346e`](https://github.com/nodejs/node/commit/598037346e)] - **test**: check getReport wh…
769 * [[`e8995d1b80`](https://github.com/nodejs/node/commit/e8995d1b80)] - **test**: increase getReport…