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

Public Attributes

Nodenode
 
NodeInfonext
 
bool backwards_visited
 

Detailed Description

Definition at line 28 of file loop-analysis.cc.

Member Data Documentation

◆ backwards_visited

bool v8::internal::compiler::NodeInfo::backwards_visited

Definition at line 31 of file loop-analysis.cc.

◆ next

NodeInfo* v8::internal::compiler::NodeInfo::next

Definition at line 30 of file loop-analysis.cc.

◆ node

Node* v8::internal::compiler::NodeInfo::node

Definition at line 29 of file loop-analysis.cc.


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