![]() |
v8 14.1.146 (node 25.0.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 383 of file v8-fast-api-calls.h.
|
strong |
| Enumerator | |
|---|---|
| kImpossible | |
| kAtRuntime | |
| kAtCompileTime | |
Definition at line 401 of file v8-fast-api-calls.h.
|
inlineconstexpr |
Definition at line 385 of file v8-fast-api-calls.h.
| CFunction | ( | const void * | address, |
| const CFunctionInfo * | type_info | ||
| ) |
|
inline |
Definition at line 393 of file v8-fast-api-calls.h.
References CFunctionInfo::ArgumentCount().
|
inline |
Definition at line 389 of file v8-fast-api-calls.h.
References CFunctionInfo::ArgumentInfo().
|
inline |
Definition at line 395 of file v8-fast-api-calls.h.
|
inline |
Definition at line 396 of file v8-fast-api-calls.h.
References CFunctionInfo::GetInt64Representation().
Referenced by CFunction::Make().
|
inline |
Definition at line 399 of file v8-fast-api-calls.h.
|
inlinestatic |
Definition at line 404 of file v8-fast-api-calls.h.
References CFunction::GetInt64Representation().
|
inlinestatic |
Definition at line 415 of file v8-fast-api-calls.h.
|
inline |
Definition at line 387 of file v8-fast-api-calls.h.
References CFunctionInfo::ReturnInfo().