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

Public Member Functions

 Check (Node *node, Check *next)
 

Public Attributes

Nodenode
 
Checknext
 

Detailed Description

Definition at line 29 of file redundancy-elimination.h.

Constructor & Destructor Documentation

◆ Check()

v8::internal::compiler::RedundancyElimination::Check::Check ( Node * node,
Check * next )
inline

Definition at line 30 of file redundancy-elimination.h.

Member Data Documentation

◆ next

Check* v8::internal::compiler::RedundancyElimination::Check::next

Definition at line 32 of file redundancy-elimination.h.

◆ node

Node* v8::internal::compiler::RedundancyElimination::Check::node

Definition at line 31 of file redundancy-elimination.h.


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