v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Types | |
typedef void(* | Callback )(const WeakCallbackData< T, P > &data) |
Public Member Functions | |
V8_INLINE Isolate * | GetIsolate () const |
V8_INLINE Local< T > | GetValue () const |
V8_INLINE P * | GetParameter () const |
Friends | |
class | internal::GlobalHandles |
typedef void(* Callback)(const WeakCallbackData< T, P > &data) |
|
inline |
Definition at line 451 of file v8.h.
Referenced by WeakStdMapTraits< K, V >::ImplFromWeakCallbackData(), and WeakStdMapTraits< K, V >::KeyFromWeakCallbackData().
Definition at line 450 of file v8.h.
Referenced by v8::internal::DeleteNativeObjectAt().
|
friend |