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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::FastApiCallFunction:

Public Member Functions

bool operator== (const FastApiCallFunction &rhs) const
 

Public Attributes

Address address
 
const CFunctionInfosignature
 

Detailed Description

Definition at line 740 of file simplified-operator.h.

Member Function Documentation

◆ operator==()

bool v8::internal::compiler::FastApiCallFunction::operator== ( const FastApiCallFunction & rhs) const
inline

Definition at line 744 of file simplified-operator.h.

Member Data Documentation

◆ address

Address v8::internal::compiler::FastApiCallFunction::address

Definition at line 741 of file simplified-operator.h.

◆ signature

const CFunctionInfo* v8::internal::compiler::FastApiCallFunction::signature

Definition at line 742 of file simplified-operator.h.


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