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

#include <operations.h>

Inheritance diagram for v8::internal::compiler::turboshaft::FastApiCallParameters:
Collaboration diagram for v8::internal::compiler::turboshaft::FastApiCallParameters:

Public Member Functions

const CFunctionInfoc_signature () const
 
 FastApiCallParameters (FastApiCallFunction c_function)
 

Static Public Member Functions

static const FastApiCallParametersCreate (FastApiCallFunction c_function, Zone *graph_zone)
 

Public Attributes

FastApiCallFunction c_function
 

Detailed Description

Definition at line 6369 of file operations.h.

Constructor & Destructor Documentation

◆ FastApiCallParameters()

v8::internal::compiler::turboshaft::FastApiCallParameters::FastApiCallParameters ( FastApiCallFunction c_function)
inlineexplicit

Definition at line 6374 of file operations.h.

Member Function Documentation

◆ c_signature()

const CFunctionInfo * v8::internal::compiler::turboshaft::FastApiCallParameters::c_signature ( ) const
inline

Definition at line 6372 of file operations.h.

Here is the caller graph for this function:

◆ Create()

static const FastApiCallParameters * v8::internal::compiler::turboshaft::FastApiCallParameters::Create ( FastApiCallFunction c_function,
Zone * graph_zone )
inlinestatic

Definition at line 6377 of file operations.h.

Member Data Documentation

◆ c_function

FastApiCallFunction v8::internal::compiler::turboshaft::FastApiCallParameters::c_function

Definition at line 6370 of file operations.h.


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