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

#include <code-generator.h>

Collaboration diagram for v8::internal::compiler::BranchInfo:

Public Attributes

FlagsCondition condition
 
Labeltrue_label
 
Labelfalse_label
 
bool fallthru
 

Detailed Description

Definition at line 35 of file code-generator.h.

Member Data Documentation

◆ condition

FlagsCondition v8::internal::compiler::BranchInfo::condition

Definition at line 36 of file code-generator.h.

◆ fallthru

bool v8::internal::compiler::BranchInfo::fallthru

Definition at line 39 of file code-generator.h.

◆ false_label

Label* v8::internal::compiler::BranchInfo::false_label

Definition at line 38 of file code-generator.h.

◆ true_label

Label* v8::internal::compiler::BranchInfo::true_label

Definition at line 37 of file code-generator.h.


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