v8  4.6.85 (node 5.12.0)
V8 is Google's open source JavaScript engine
WeakCallbackData< T, P > Class Template Reference

#include <v8.h>

Public Types

typedef void(* Callback) (const WeakCallbackData< T, P > &data)
 

Public Member Functions

 WeakCallbackData (Isolate *isolate, P *parameter, Local< T > handle)
 
V8_INLINE IsolateGetIsolate () const
 
V8_INLINE P * GetParameter () const
 
V8_INLINE Local< T > GetValue () const
 

Detailed Description

template<class T, class P>
class v8::WeakCallbackData< T, P >

Definition at line 449 of file v8.h.

Member Typedef Documentation

◆ Callback

typedef void(* Callback) (const WeakCallbackData< T, P > &data)

Definition at line 451 of file v8.h.

Constructor & Destructor Documentation

◆ WeakCallbackData()

WeakCallbackData ( Isolate isolate,
P *  parameter,
Local< T >  handle 
)
inline

Definition at line 453 of file v8.h.

Member Function Documentation

◆ GetIsolate()

V8_INLINE Isolate* GetIsolate ( ) const
inline

Definition at line 456 of file v8.h.

◆ GetParameter()

V8_INLINE P* GetParameter ( ) const
inline

Definition at line 457 of file v8.h.

◆ GetValue()

V8_INLINE Local<T> GetValue ( ) const
inline

Definition at line 458 of file v8.h.


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