![]() |
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 | Int64Representation : uint8_t { kNumber = 0 , kBigInt = 1 } |
Public Member Functions | |
| CFunctionInfo (const CTypeInfo &return_info, unsigned int arg_count, const CTypeInfo *arg_info, Int64Representation repr=Int64Representation::kNumber) | |
| const CTypeInfo & | ReturnInfo () const |
| unsigned int | ArgumentCount () const |
| Int64Representation | GetInt64Representation () const |
| const CTypeInfo & | ArgumentInfo (unsigned int index) const |
| bool | HasOptions () const |
Definition at line 303 of file v8-fast-api-calls.h.
|
strong |
| Enumerator | |
|---|---|
| kNumber | |
| kBigInt | |
Definition at line 305 of file v8-fast-api-calls.h.
| CFunctionInfo | ( | const CTypeInfo & | return_info, |
| unsigned int | arg_count, | ||
| const CTypeInfo * | arg_info, | ||
| Int64Representation | repr = Int64Representation::kNumber |
||
| ) |
|
inline |
Definition at line 323 of file v8-fast-api-calls.h.
References CFunctionInfo::HasOptions().
Referenced by CFunction::ArgumentCount().
| const CTypeInfo & ArgumentInfo | ( | unsigned int | index | ) | const |
Referenced by CFunction::ArgumentInfo().
|
inline |
Definition at line 327 of file v8-fast-api-calls.h.
Referenced by CFunction::GetInt64Representation().
|
inline |
Definition at line 335 of file v8-fast-api-calls.h.
References CTypeInfo::GetType(), and CTypeInfo::kCallbackOptionsType.
Referenced by CFunctionInfo::ArgumentCount().
|
inline |
Definition at line 319 of file v8-fast-api-calls.h.
Referenced by CFunction::ReturnInfo().