v8  10.1.124 (node 18.2.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 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()

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: