Home
last modified time | relevance | path

Searched refs:getReport (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/report/
Dtest-report-getreport.js8 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);
Dtest-report-worker.js20 const report = process.report.getReport();
38 const report = process.report.getReport();
Dtest-report-uv-handles.js137 console.log(JSON.stringify(process.report.getReport(), null, 2));
/third_party/node/lib/internal/process/
Dreport.js30 getReport(err) { method
36 return JSONParse(nr.getReport(err));
/third_party/node/test/addons/worker-addon/
Dtest.js33 const glibc = process.report.getReport().header.glibcVersionRuntime;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h572 const OptimizationRemarkAnalysis *getReport() const { return Report.get(); } in getReport() function
/third_party/node/doc/api/
Dreport.md480 const report = process.report.getReport();
492 const report = process.report.getReport(new Error('custom error'));
Dprocess.md1987 ### `process.report.getReport([err])`
2004 const data = process.report.getReport();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp841 const OptimizationRemarkAnalysis *LAR = LAI->getReport(); in canVectorizeMemory()
/third_party/node/test/common/
DREADME.md949 `process.report.getReport()`.
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2494 * [[`35e3f1f449`](https://github.com/nodejs/node/commit/35e3f1f449)] - **report**: modify getReport
2534 * [[`598037346e`](https://github.com/nodejs/node/commit/598037346e)] - **test**: check getReport wh…
DCHANGELOG_V11.md769 * [[`e8995d1b80`](https://github.com/nodejs/node/commit/e8995d1b80)] - **test**: increase getReport