summaryrefslogtreecommitdiff
path: root/src/node_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_report.h')
-rw-r--r--src/node_report.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/node_report.h b/src/node_report.h
index ac4b304b77..9b67dcf1c5 100644
--- a/src/node_report.h
+++ b/src/node_report.h
@@ -53,10 +53,12 @@ void GetNodeReport(v8::Isolate* isolate,
v8::Local<v8::String> stackstr,
std::ostream& out);
-// Function declarations - utility functions in src/utilities.cc
+// Function declarations - utility functions in src/node_report_utils.cc
void ReportEndpoints(uv_handle_t* h, std::ostringstream& out);
void WalkHandle(uv_handle_t* h, void* arg);
std::string EscapeJsonChars(const std::string& str);
+template <typename T>
+std::string ValueToHexString(T value);
// Function declarations - export functions in src/node_report_module.cc
void TriggerReport(const v8::FunctionCallbackInfo<v8::Value>& info);