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

Function Yes

nan_callbacks.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace Intercepted {
19 constexpr v8::Intercepted No() { return v8::Intercepted::kNo; }
20 constexpr v8::Intercepted Yes() { return v8::Intercepted::kYes; }
21};
22#else
23namespace Intercepted {

Callers 9

NAN_PROPERTY_GETTERFunction · 0.85
NAN_PROPERTY_SETTERFunction · 0.85
NAN_PROPERTY_DELETERFunction · 0.85
NAN_PROPERTY_QUERYFunction · 0.85
NAN_INDEX_GETTERFunction · 0.85
NAN_INDEX_SETTERFunction · 0.85
NAN_INDEX_ENUMERATORFunction · 0.85
NAN_INDEX_DELETERFunction · 0.85
NAN_INDEX_QUERYFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected