v8  9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
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 778 of file v8-fast-api-calls.h.

Constructor & Destructor Documentation

◆ CFunctionBuilder()

constexpr CFunctionBuilder ( )
inlineconstexpr

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

Member Function Documentation

◆ Fn()

constexpr auto Fn ( R(*)(Args...)  fn)
inlineconstexpr

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


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