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

Class IntegerFactory

nan_new.h:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110template <typename T>
111struct IntegerFactory : FactoryBase<T> {
112 typedef typename FactoryBase<T>::return_t return_t;
113 static inline return_t New(int32_t value);
114 static inline return_t New(uint32_t value);
115};
116
117template <>
118struct Factory<v8::Integer> : IntegerFactory<v8::Integer> {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected