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

Method Message

nan.h:557–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555#endif
556
557 inline v8::Local<v8::Message> Message() const {
558 return try_catch_.Message();
559 }
560
561 inline void Reset() { try_catch_.Reset(); }
562

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected