#include <v8-fast-api-calls.h>
Public Member Functions | |
constexpr | CFunctionInfoImpl () |
Public Member Functions inherited from v8::CFunctionInfo | |
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 |
Additional Inherited Members | |
Public Types inherited from v8::CFunctionInfo | |
enum class | Int64Representation : uint8_t { kNumber = 0 , kBigInt = 1 } |
|
inlineconstexpr |