v8  3.14.5 (node 0.10.48)
V8 is Google's open source JavaScript engine
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()

AccessorInfo ( internal::Object **  args)
inline

Definition at line 2035 of file v8.h.

Member Function Documentation

◆ Data()

Local< Value > Data ( ) const
inline

Definition at line 4618 of file v8.h.

References V8::Local.

◆ GetIsolate()

Isolate * GetIsolate ( ) const
inline

Definition at line 4613 of file v8.h.

◆ Holder()

Local< Object > Holder ( ) const
inline

Definition at line 4628 of file v8.h.

References V8::Local.

◆ This()

Local< Object > This ( ) const
inline

Definition at line 4623 of file v8.h.

References V8::Local.


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