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

Class Global

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

Source from the content-addressed store, hash-verified

12template<typename T> class FunctionCallbackInfo;
13template<typename T> class PropertyCallbackInfo;
14template<typename T> class Global;
15
16#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \
17 (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected