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

Public Attributes

Nodenode
 
int input_index
 

Detailed Description

Definition at line 66 of file escape-analysis.h.

Member Data Documentation

◆ input_index

int v8::internal::compiler::EffectGraphReducer::NodeState::input_index

Definition at line 68 of file escape-analysis.h.

◆ node

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

Definition at line 67 of file escape-analysis.h.


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