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

Class FactoryBase

nan_new.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38template <typename T> struct FactoryBase {
39 typedef v8::Local<T> return_t;
40};
41
42template <typename T> struct MaybeFactoryBase {
43 typedef MaybeLocal<T> return_t;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected