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

Public Attributes

Nodenode
 
int input_index
 

Detailed Description

Definition at line 172 of file graph-reducer.h.

Member Data Documentation

◆ input_index

int v8::internal::compiler::GraphReducer::NodeState::input_index

Definition at line 174 of file graph-reducer.h.

◆ node

Node* v8::internal::compiler::GraphReducer::NodeState::node

Definition at line 173 of file graph-reducer.h.


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