Lines Matching defs:report
54 namespace report {
87 // sections of the report to the supplied stream
105 // File stream opened OK, now start printing the report content:
456 // Do our best to report the JavaScript stack without calling into JavaScript.
795 // Obtain and report the node and subcomponent version strings.
846 } // namespace report
856 // Determine the required report filename. In order of priority:
872 env != nullptr ? env->thread_id() : 0, "report", "json");
876 // Open the report file stream for writing. Supports stdout/err,
901 std::cerr << "\nFailed to open Node.js report file: " << filename;
910 std::cerr << "\nWriting Node.js report to file: " << filename;
919 report::WriteNodeReport(
929 std::cerr << "\nNode.js report completed" << std::endl;
934 // External function to trigger a report, writing to file.
947 // External function to trigger a report, writing to file.
961 // External function to trigger a report, writing to a supplied stream.
971 report::WriteNodeReport(
975 // External function to trigger a report, writing to a supplied stream.
985 report::WriteNodeReport(