![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <v8-fast-api-calls.h>
Static Public Member Functions | |
static FastApiCallbackOptions | CreateForTesting (Isolate *isolate) |
Data Fields | |
v8::Isolate * | isolate = nullptr |
v8::Local< v8::Value > | data |
A struct which may be passed to a fast call callback, like so:
Definition at line 490 of file v8-fast-api-calls.h.
|
inlinestatic |
Creates a new instance of FastApiCallbackOptions for testing purpose. The returned instance may be filled with mock data.
Definition at line 495 of file v8-fast-api-calls.h.
References isolate.
The data
passed to the FunctionTemplate constructor, or undefined
.
Definition at line 504 of file v8-fast-api-calls.h.
v8::Isolate* isolate = nullptr |
Definition at line 499 of file v8-fast-api-calls.h.
Referenced by CreateForTesting().