Home
last modified time | relevance | path

Searched refs:WriteReport (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_report.h44 void WriteReport(const v8::FunctionCallbackInfo<v8::Value>& info);
Dnode_report_module.cc30 void WriteReport(const FunctionCallbackInfo<Value>& info) { in WriteReport() function
179 env->SetMethod(exports, "writeReport", WriteReport); in Initialize()