v8  3.28.71 (node 0.12.18)
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 2512 of file v8.h.

Constructor & Destructor Documentation

◆ PropertyCallbackInfo()

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

Definition at line 2533 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 2524 of file v8.h.

◆ internal::PropertyCallbackArguments

friend class internal::PropertyCallbackArguments
friend

Definition at line 2524 of file v8.h.

◆ MacroAssembler

friend class MacroAssembler
friend

Definition at line 2523 of file v8.h.

Field Documentation

◆ args_

◆ kArgsLength

const int kArgsLength = 6
static

Definition at line 2520 of file v8.h.

◆ kDataIndex

const int kDataIndex = 4
staticprotected

Definition at line 2530 of file v8.h.

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

◆ kHolderIndex

const int kHolderIndex = 0
staticprotected

Definition at line 2526 of file v8.h.

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

◆ kIsolateIndex

const int kIsolateIndex = 1
staticprotected

Definition at line 2527 of file v8.h.

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

◆ kReturnValueDefaultValueIndex

const int kReturnValueDefaultValueIndex = 2
staticprotected

Definition at line 2528 of file v8.h.

◆ kReturnValueIndex

const int kReturnValueIndex = 3
staticprotected

Definition at line 2529 of file v8.h.

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

◆ kThisIndex

const int kThisIndex = 5
staticprotected

Definition at line 2531 of file v8.h.

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


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