Home
last modified time | relevance | path

Searched refs:writeReport (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/report/
Dtest-report-writereport.js25 process.report.writeReport();
31 process.report.writeReport(new Error('test error'));
39 process.report.writeReport(error);
46 process.report.writeReport(error);
52 const file = process.report.writeReport('custom-name-1.json');
62 const file = process.report.writeReport('custom-name-2.json',
74 const file = process.report.writeReport();
85 process.report.writeReport(file);
92 process.report.writeReport('file', error);
/third_party/node/lib/internal/process/
Dreport.js16 writeReport(file, err) { method
28 return nr.writeReport('JavaScript API', 'API', file, err);
116 nr.writeReport(sig, 'Signal', null, '');
Dexecution.js155 report.writeReport(er ? er.message : 'Exception',
/third_party/node/doc/api/
Dreport.md439 process.report.writeReport();
446 process.report.writeReport('./foo.json');
459 process.report.writeReport(err);
464 If both filename and error object are passed to `writeReport()` the
471 process.report.writeReport(filename, err);
483 // Similar to process.report.writeReport() output
509 > process.report.writeReport();
Dprocess.md2007 // Similar to process.report.writeReport()
2086 ### `process.report.writeReport([filename][, err])`
2108 process.report.writeReport();
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java112 new ReportAPI(oldFile, newFile, internal).writeReport(outFile, html, internal); in main()
266 private boolean writeReport(String outFile, boolean html, boolean internal) { in writeReport() method in ReportAPI
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md437 …* Rename `triggerReport()` to `writeReport()` (Colin Ihrig) [#26527](https://github.com/nodejs/nod…
511 …odejs/node/commit/74ab1aa5d1)] - **report**: rename triggerReport() to writeReport() (cjihrig) [#2…
DCHANGELOG_V12.md2535 * [[`793163e353`](https://github.com/nodejs/node/commit/793163e353)] - **test**: check writeReport