#include <v8.h>
Public Member Functions | |
| Isolate * | GetIsolate () const |
| Local< Value > | Data () const |
| Local< Object > | This () const |
| Local< Object > | Holder () const |
| ReturnValue< T > | GetReturnValue () const |
| bool | ShouldThrowOnError () const |
Static Public Attributes | |
| static const int | kArgsLength = 7 |
Protected Member Functions | |
| PropertyCallbackInfo (internal::Object **args) | |
Protected Attributes | |
| internal::Object ** | args_ |
Static Protected Attributes | |
| static const int | kShouldThrowOnErrorIndex = 0 |
| static const int | kHolderIndex = 1 |
| static const int | kIsolateIndex = 2 |
| static const int | kReturnValueDefaultValueIndex = 3 |
| static const int | kReturnValueIndex = 4 |
| static const int | kDataIndex = 5 |
| static const int | kThisIndex = 6 |
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 |
|
inline |
NamedPropertyHandlerConfiguration or IndexedPropertyHandlerConfiguration.
|
inline |
|
inline |
|
inline |
x and its prototype is y, and y has an interceptor. Then info.This() is x and info.Holder() is y. The Holder() could be a hidden object (the global object, rather than the global proxy).
|
inline |
true corresponds to ‘'use strict’`.false when intercepting Reflect.set() independent of the language mode.
|
inline |
Reflect.get, Function.prototype.call, or similar functions, it is the object passed in as receiver or thisArg.
|
friend |
|
friend |
|
friend |
|
protected |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |