![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Public Member Functions | |
const CFunctionInfo * | c_signature () const |
FastApiCallParameters (FastApiCallFunction c_function) | |
Static Public Member Functions | |
static const FastApiCallParameters * | Create (FastApiCallFunction c_function, Zone *graph_zone) |
Public Attributes | |
FastApiCallFunction | c_function |
Definition at line 6369 of file operations.h.
|
inlineexplicit |
Definition at line 6374 of file operations.h.
|
inline |
|
inlinestatic |
Definition at line 6377 of file operations.h.
FastApiCallFunction v8::internal::compiler::turboshaft::FastApiCallParameters::c_function |
Definition at line 6370 of file operations.h.