v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AccessorInfo Class Reference

#include <v8.h>

Public Member Functions

 AccessorInfo (internal::Object **args)
 
IsolateGetIsolate () const
 
Local< ValueData () const
 
Local< ObjectThis () const
 
Local< ObjectHolder () const
 

Detailed Description

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

Definition at line 2033 of file v8.h.

Constructor & Destructor Documentation

AccessorInfo ( internal::Object **  args)
inline

Definition at line 2035 of file v8.h.

Member Function Documentation

Local< Value > Data ( ) const
inline

Definition at line 4618 of file v8.h.

Isolate * GetIsolate ( ) const
inline

Definition at line 4613 of file v8.h.

Local< Object > Holder ( ) const
inline

Definition at line 4628 of file v8.h.

Local< Object > This ( ) const
inline

Definition at line 4623 of file v8.h.


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