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

Public Attributes

Nodenode
 
Nodeearly_schedule_position
 
int input_index
 

Detailed Description

Definition at line 34 of file linear-scheduler.h.

Member Data Documentation

◆ early_schedule_position

Node* v8::internal::compiler::LinearScheduler::NodeState::early_schedule_position

Definition at line 36 of file linear-scheduler.h.

◆ input_index

int v8::internal::compiler::LinearScheduler::NodeState::input_index

Definition at line 37 of file linear-scheduler.h.

◆ node

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

Definition at line 35 of file linear-scheduler.h.


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