v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
CFunctionInfoImpl< Representation, RetBuilder, ArgBuilders > Class Template Reference

#include <v8-fast-api-calls.h>

Inheritance diagram for CFunctionInfoImpl< Representation, RetBuilder, ArgBuilders >:
Collaboration diagram for CFunctionInfoImpl< Representation, RetBuilder, ArgBuilders >:

Public Member Functions

constexpr CFunctionInfoImpl ()
 
- Public Member Functions inherited from CFunctionInfo
 CFunctionInfo (const CTypeInfo &return_info, unsigned int arg_count, const CTypeInfo *arg_info, Int64Representation repr=Int64Representation::kNumber)
 
const CTypeInfoReturnInfo () const
 
unsigned int ArgumentCount () const
 
Int64Representation GetInt64Representation () const
 
const CTypeInfoArgumentInfo (unsigned int index) const
 
bool HasOptions () const
 

Additional Inherited Members

- Public Types inherited from CFunctionInfo
enum class  Int64Representation : uint8_t { kNumber = 0 , kBigInt = 1 }
 

Detailed Description

template<CFunctionInfo::Int64Representation Representation, typename RetBuilder, typename... ArgBuilders>
class v8::internal::CFunctionInfoImpl< Representation, RetBuilder, ArgBuilders >

Definition at line 624 of file v8-fast-api-calls.h.

Constructor & Destructor Documentation

◆ CFunctionInfoImpl()

template<CFunctionInfo::Int64Representation Representation, typename RetBuilder , typename... ArgBuilders>
constexpr CFunctionInfoImpl ( )
inlineconstexpr

The documentation for this class was generated from the following file: