v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::CFunctionBuilder Class Reference

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

Collaboration diagram for v8::internal::CFunctionBuilder:

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()

v8::internal::CFunctionBuilder::CFunctionBuilder ( )
inlineconstexpr

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

Member Function Documentation

◆ Fn()

template<typename R , typename... Args>
auto v8::internal::CFunctionBuilder::Fn ( R(* fn )(Args...))
inlineconstexpr

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

Here is the caller graph for this function:

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