v8  4.5.103 (node 4.8.7)
V8 is Google's open source JavaScript engine
PropertyCallbackInfo< T > Class Template Reference

#include <v8.h>

Public Member Functions

V8_INLINE IsolateGetIsolate () const
 
V8_INLINE Local< ValueData () const
 
V8_INLINE Local< ObjectThis () const
 
V8_INLINE Local< ObjectHolder () const
 
V8_INLINE ReturnValue< T > GetReturnValue () const
 

Static Public Attributes

static const int kArgsLength = 6
 

Protected Member Functions

V8_INLINE PropertyCallbackInfo (internal::Object **args)
 

Protected Attributes

internal::Object ** args_
 

Static Protected Attributes

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

Friends

class MacroAssembler
 
class internal::PropertyCallbackArguments
 
class internal::CustomArguments< PropertyCallbackInfo >
 

Detailed Description

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

The information passed to a property callback about the context of the property access.

Definition at line 3149 of file v8.h.

Constructor & Destructor Documentation

◆ PropertyCallbackInfo()

V8_INLINE PropertyCallbackInfo ( internal::Object **  args)
inlineprotected

Definition at line 3170 of file v8.h.

References PropertyCallbackInfo< T >::args_.

Member Function Documentation

◆ Data()

◆ GetIsolate()

Isolate * GetIsolate

◆ GetReturnValue()

◆ Holder()

◆ This()

Friends And Related Function Documentation

◆ internal::CustomArguments< PropertyCallbackInfo >

Definition at line 3161 of file v8.h.

◆ internal::PropertyCallbackArguments

friend class internal::PropertyCallbackArguments
friend

Definition at line 3161 of file v8.h.

◆ MacroAssembler

friend class MacroAssembler
friend

Definition at line 3160 of file v8.h.

Field Documentation

◆ args_

◆ kArgsLength

const int kArgsLength = 6
static

Definition at line 3157 of file v8.h.

◆ kDataIndex

const int kDataIndex = 4
staticprotected

Definition at line 3167 of file v8.h.

Referenced by PropertyCallbackInfo< T >::Data().

◆ kHolderIndex

const int kHolderIndex = 0
staticprotected

Definition at line 3163 of file v8.h.

Referenced by PropertyCallbackInfo< T >::Holder().

◆ kIsolateIndex

const int kIsolateIndex = 1
staticprotected

Definition at line 3164 of file v8.h.

Referenced by PropertyCallbackInfo< T >::GetIsolate().

◆ kReturnValueDefaultValueIndex

const int kReturnValueDefaultValueIndex = 2
staticprotected

Definition at line 3165 of file v8.h.

◆ kReturnValueIndex

const int kReturnValueIndex = 3
staticprotected

Definition at line 3166 of file v8.h.

Referenced by PropertyCallbackInfo< T >::GetReturnValue().

◆ kThisIndex

const int kThisIndex = 5
staticprotected

Definition at line 3168 of file v8.h.

Referenced by PropertyCallbackInfo< T >::This().


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