V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::WeakCallbackInfo< T > Class Template Reference

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 TGetParameter () const
 
V8_INLINE void * GetInternalField (int index) const
 
void SetSecondPassCallback (Callback callback) const
 

Detailed Description

template<typename T>
class v8::WeakCallbackInfo< T >

Definition at line 396 of file v8.h.


The documentation for this class was generated from the following file: