V8 API Reference Guide for node.js v5.11.0 - v5.11.1
|
Public Types | |
typedef void(* | Callback) (const WeakCallbackData< T, P > &data) |
Public Member Functions | |
WeakCallbackData (Isolate *isolate, P *parameter, Local< T > handle) | |
V8_INLINE Isolate * | GetIsolate () const |
V8_INLINE P * | GetParameter () const |
V8_INLINE Local< T > | GetValue () const |