Public Member Functions | Static Protected Attributes | Private Attributes
PropertyCallbackInfoBase< T > Class Template Reference

#include <nan_callbacks_pre_12_inl.h>

Inheritance diagram for PropertyCallbackInfoBase< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

v8::Local< v8::Value > Data () const
v8::Isolate * GetIsolate () const
v8::Local< v8::Object > Holder () const
 PropertyCallbackInfoBase (const v8::AccessorInfo &info, const v8::Local< v8::Value > data)
v8::Local< v8::Object > This () const

Static Protected Attributes

static const int kArgsLength = 6
static const int kDataIndex = 4
static const int kHolderIndex = 0
static const int kIsolateIndex = 1
static const int kReturnValueDefaultValueIndex = 2
static const int kReturnValueIndex = 3
static const int kThisIndex = 5

Private Attributes

const v8::Local< v8::Value > data_
const v8::AccessorInfo & info_

Detailed Description

template<typename T>
class PropertyCallbackInfoBase< T >

Definition at line 150 of file nan_callbacks_pre_12_inl.h.


Constructor & Destructor Documentation

template<typename T>
PropertyCallbackInfoBase< T >::PropertyCallbackInfoBase ( const v8::AccessorInfo &  info,
const v8::Local< v8::Value >  data 
) [inline, explicit]

Definition at line 155 of file nan_callbacks_pre_12_inl.h.


Member Function Documentation

template<typename T>
v8::Local<v8::Value> PropertyCallbackInfoBase< T >::Data ( ) const [inline]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 162 of file nan_callbacks_pre_12_inl.h.

template<typename T>
v8::Isolate* PropertyCallbackInfoBase< T >::GetIsolate ( ) const [inline]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 161 of file nan_callbacks_pre_12_inl.h.

template<typename T>
v8::Local<v8::Object> PropertyCallbackInfoBase< T >::Holder ( ) const [inline]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 164 of file nan_callbacks_pre_12_inl.h.

template<typename T>
v8::Local<v8::Object> PropertyCallbackInfoBase< T >::This ( ) const [inline]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 163 of file nan_callbacks_pre_12_inl.h.


Member Data Documentation

template<typename T>
const v8::Local<v8::Value> PropertyCallbackInfoBase< T >::data_ [private]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 152 of file nan_callbacks_pre_12_inl.h.

template<typename T>
const v8::AccessorInfo& PropertyCallbackInfoBase< T >::info_ [private]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 151 of file nan_callbacks_pre_12_inl.h.

template<typename T>
const int PropertyCallbackInfoBase< T >::kArgsLength = 6 [static, protected]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 173 of file nan_callbacks_pre_12_inl.h.

template<typename T>
const int PropertyCallbackInfoBase< T >::kDataIndex = 4 [static, protected]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 171 of file nan_callbacks_pre_12_inl.h.

template<typename T>
const int PropertyCallbackInfoBase< T >::kHolderIndex = 0 [static, protected]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 167 of file nan_callbacks_pre_12_inl.h.

template<typename T>
const int PropertyCallbackInfoBase< T >::kIsolateIndex = 1 [static, protected]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 168 of file nan_callbacks_pre_12_inl.h.

template<typename T>
const int PropertyCallbackInfoBase< T >::kReturnValueDefaultValueIndex = 2 [static, protected]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 169 of file nan_callbacks_pre_12_inl.h.

template<typename T>
const int PropertyCallbackInfoBase< T >::kReturnValueIndex = 3 [static, protected]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 170 of file nan_callbacks_pre_12_inl.h.

template<typename T>
const int PropertyCallbackInfoBase< T >::kThisIndex = 5 [static, protected]

Reimplemented in PropertyCallbackInfo< T >.

Definition at line 172 of file nan_callbacks_pre_12_inl.h.


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


dji_ronin
Author(s):
autogenerated on Sat Jun 8 2019 20:15:32