![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <v8-fast-api-calls.h>
Public Types | |
enum class | OverloadResolution { kImpossible , kAtRuntime , kAtCompileTime } |
Public Member Functions | |
constexpr | CFunction () |
const CTypeInfo & | ReturnInfo () const |
const CTypeInfo & | ArgumentInfo (unsigned int index) const |
unsigned int | ArgumentCount () const |
const void * | GetAddress () const |
CFunctionInfo::Int64Representation | GetInt64Representation () const |
const CFunctionInfo * | GetTypeInfo () const |
CFunction (const void *address, const CFunctionInfo *type_info) | |
Static Public Member Functions | |
template<typename F> | |
static CFunction | Make (F *func, CFunctionInfo::Int64Representation int64_rep=CFunctionInfo::Int64Representation::kNumber) |
template<typename R, typename... Args, typename R_Patch, typename... Args_Patch> | |
static CFunction | Make (R(*func)(Args...), R_Patch(*patching_func)(Args_Patch...), CFunctionInfo::Int64Representation int64_rep=CFunctionInfo::Int64Representation::kNumber) |
Definition at line 419 of file v8-fast-api-calls.h.
|
strong |
Enumerator | |
---|---|
kImpossible | |
kAtRuntime | |
kAtCompileTime |
Definition at line 437 of file v8-fast-api-calls.h.
|
inlineconstexpr |
Definition at line 421 of file v8-fast-api-calls.h.
CFunction | ( | const void * | address, |
const CFunctionInfo * | type_info ) |
|
inline |
Definition at line 429 of file v8-fast-api-calls.h.
|
inline |
Definition at line 425 of file v8-fast-api-calls.h.
|
inline |
Definition at line 431 of file v8-fast-api-calls.h.
|
inline |
Definition at line 432 of file v8-fast-api-calls.h.
Referenced by Make().
|
inline |
Definition at line 435 of file v8-fast-api-calls.h.
|
inlinestatic |
Definition at line 440 of file v8-fast-api-calls.h.
References CFunction(), GetInt64Representation(), and CFunctionInfo::kNumber.
Referenced by Make().
|
inlinestatic |
Definition at line 451 of file v8-fast-api-calls.h.
References CFunction(), CFunctionInfo::kNumber, and Make().
|
inline |
Definition at line 423 of file v8-fast-api-calls.h.