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

#include <instruction-selector-impl.h>

Collaboration diagram for v8::internal::compiler::CaseInfoT:

Public Attributes

int32_t value
 
int32_t order
 
turboshaft::Blockbranch
 

Detailed Description

Definition at line 18 of file instruction-selector-impl.h.

Member Data Documentation

◆ branch

turboshaft::Block* v8::internal::compiler::CaseInfoT::branch

Definition at line 22 of file instruction-selector-impl.h.

◆ order

int32_t v8::internal::compiler::CaseInfoT::order

Definition at line 20 of file instruction-selector-impl.h.

◆ value

int32_t v8::internal::compiler::CaseInfoT::value

Definition at line 19 of file instruction-selector-impl.h.


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