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

Public Attributes

Blockpre_loop_dst
 
Blockinside_loop_target
 
int switch_value
 

Detailed Description

Definition at line 5958 of file turbolev-graph-builder.cc.

Member Data Documentation

◆ inside_loop_target

Block* v8::internal::compiler::turboshaft::GraphBuildingNodeProcessor::GeneratorSplitEdge::inside_loop_target

Definition at line 5960 of file turbolev-graph-builder.cc.

◆ pre_loop_dst

Block* v8::internal::compiler::turboshaft::GraphBuildingNodeProcessor::GeneratorSplitEdge::pre_loop_dst

Definition at line 5959 of file turbolev-graph-builder.cc.

◆ switch_value

int v8::internal::compiler::turboshaft::GraphBuildingNodeProcessor::GeneratorSplitEdge::switch_value

Definition at line 5961 of file turbolev-graph-builder.cc.


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