Go to the source code of this file.
Classes | |
class | WeakCallbackInfo< T > |
Defines | |
#define | NAN_WEAK_CALLBACK_DATA_TYPE_ void * |
#define | NAN_WEAK_CALLBACK_DATA_TYPE_ void * |
#define | NAN_WEAK_CALLBACK_SIG_ v8::Persistent<v8::Value>, NAN_WEAK_CALLBACK_DATA_TYPE_ |
#define | NAN_WEAK_CALLBACK_SIG_ v8::Persistent<v8::Value>, NAN_WEAK_CALLBACK_DATA_TYPE_ |
Variables | |
static const int | kInternalFieldsInWeakCallback = 2 |
static const int | kNoInternalFieldIndex = -1 |
#define NAN_WEAK_CALLBACK_DATA_TYPE_ void * |
#define NAN_WEAK_CALLBACK_DATA_TYPE_ void * |
Definition at line 42 of file nan_weak.h.
#define NAN_WEAK_CALLBACK_SIG_ v8::Persistent<v8::Value>, NAN_WEAK_CALLBACK_DATA_TYPE_ |
Definition at line 43 of file nan_weak.h.
#define NAN_WEAK_CALLBACK_SIG_ v8::Persistent<v8::Value>, NAN_WEAK_CALLBACK_DATA_TYPE_ |
const int kInternalFieldsInWeakCallback = 2 [static] |
Definition at line 12 of file nan_weak.h.
const int kNoInternalFieldIndex = -1 [static] |
Definition at line 13 of file nan_weak.h.