v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <v8-function-callback.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 |
V8_INLINE bool | ShouldThrowOnError () const |
Friends | |
class | MacroAssembler |
class | internal::PropertyCallbackArguments |
class | internal::CustomArguments< PropertyCallbackInfo > |
The information passed to a property callback about the context of the property access.
Definition at line 181 of file v8-function-callback.h.
NamedPropertyHandlerConfiguration
or IndexedPropertyHandlerConfiguration.
Definition at line 575 of file v8-function-callback.h.
Isolate * GetIsolate |
Definition at line 570 of file v8-function-callback.h.
ReturnValue< T > GetReturnValue |
Definition at line 590 of file v8-function-callback.h.
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).Definition at line 585 of file v8-function-callback.h.
bool ShouldThrowOnError |
true
corresponds to ‘'use strict’`.false
when intercepting Reflect.set()
independent of the language mode. Definition at line 595 of file v8-function-callback.h.
References v8::internal::ShouldThrowOnError().
Reflect.get
, Function.prototype.call
, or similar functions, it is the object passed in as receiver or thisArg.Definition at line 580 of file v8-function-callback.h.
|
friend |
Definition at line 270 of file v8-function-callback.h.
|
friend |
Definition at line 270 of file v8-function-callback.h.
|
friend |
Definition at line 269 of file v8-function-callback.h.