MCPcopy Create free account
hub / github.com/nodejs/nan / SetCaptureMessage

Method SetCaptureMessage

nan.h:565–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563 inline void SetVerbose(bool value) { try_catch_.SetVerbose(value); }
564
565 inline void SetCaptureMessage(bool value) {
566 try_catch_.SetCaptureMessage(value);
567 }
568};
569
570v8::Local<v8::Value> MakeCallback(v8::Local<v8::Object> target,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected