v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
CFunctionBuilder Class Reference

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

Public Member Functions

constexpr CFunctionBuilder ()
 
template<typename R, typename... Args>
constexpr auto Fn (R(*fn)(Args...))
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CFunctionBuilder()

CFunctionBuilder ( )
inlineconstexpr

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

Member Function Documentation

◆ Fn()

template<typename R, typename... Args>
auto Fn ( R(* fn )(Args...))
inlineconstexpr

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


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