v8 10.2.154 (node 18.16.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 846 of file v8-fast-api-calls.h.

Constructor & Destructor Documentation

◆ CFunctionBuilder()

constexpr CFunctionBuilder ( )
inlineconstexpr

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

Member Function Documentation

◆ Fn()

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

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


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