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

#include <operations.h>

Collaboration diagram for v8::internal::compiler::turboshaft::VariableData:

Public Attributes

MaybeRegisterRepresentation rep
 
bool loop_invariant
 
IntrusiveSetIndex active_loop_variables_index = {}
 

Detailed Description

Definition at line 77 of file operations.h.

Member Data Documentation

◆ active_loop_variables_index

IntrusiveSetIndex v8::internal::compiler::turboshaft::VariableData::active_loop_variables_index = {}

Definition at line 80 of file operations.h.

◆ loop_invariant

bool v8::internal::compiler::turboshaft::VariableData::loop_invariant

Definition at line 79 of file operations.h.

◆ rep

MaybeRegisterRepresentation v8::internal::compiler::turboshaft::VariableData::rep

Definition at line 78 of file operations.h.


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