Repository URL to install this package:
Version:
1.9.1-1486597190 ▾
|
Version 2.4.0: current Node 6.3.0, Node 12: 0.12.15, Node 10: 0.10.46, iojs: 3.3.1
NanFatalException
81d4a2cNanGetPointerSafe
and NanSetPointerSafe
81d4a2cNanBooleanOptionValue
and NanUInt32OptionValue
0ad254bNanNewContextHandle
in favor of NanNew<Context>
49259afNanEncode
, NanDecodeBytes
and NanDecodeWrite
75e6fb9#include <uv.h>
as it was removed from node.h for v0.11.8NAN_GETTER
, NAN_SETTER
NanThrowError
with single Local argumentNanNewBufferHandle
with single uint32_t argumentNanHasInstance(Persistent<FunctionTemplate>&, Handle<Value>)
Local<Function> NanCallback#GetFunction()
NanCallback#Call(int, Local<Value>[])
NanCallback#Run(int, Local<Value>[])
in favour of Call