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

Function No

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

Source from the content-addressed store, hash-verified

17 (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4))
18namespace Intercepted {
19 constexpr v8::Intercepted No() { return v8::Intercepted::kNo; }
20 constexpr v8::Intercepted Yes() { return v8::Intercepted::kYes; }
21};
22#else

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected