V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
typedef void(* | Callback) (const WeakCallbackInfo< T > &data) |
Public Member Functions | |
WeakCallbackInfo (Isolate *isolate, T *parameter, void *embedder_fields[kEmbedderFieldsInWeakCallback], Callback *callback) | |
V8_INLINE Isolate * | GetIsolate () const |
V8_INLINE T * | GetParameter () const |
V8_INLINE void * | GetInternalField (int index) const |
void | SetSecondPassCallback (Callback callback) const |