|
v8
|
#include <v8.h>
Public Member Functions | |
| V8_INLINE Isolate * | GetIsolate () const |
| V8_INLINE Local< Value > | Data () const |
| V8_INLINE Local< Object > | This () const |
| V8_INLINE Local< Object > | Holder () 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 > |
The information passed to a property callback about the context of the property access.
|
inlineprotected |
| Local< Value > v8::PropertyCallbackInfo< T >::Data | ( | ) | const |
| Isolate * v8::PropertyCallbackInfo< T >::GetIsolate | ( | ) | const |
| ReturnValue< T > v8::PropertyCallbackInfo< T >::GetReturnValue | ( | ) | const |
| Local< Object > v8::PropertyCallbackInfo< T >::Holder | ( | ) | const |
| Local< Object > v8::PropertyCallbackInfo< T >::This | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
protected |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
1.8.8