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

#include <simplified-lowering-verifier.h>

Collaboration diagram for v8::internal::compiler::SimplifiedLoweringVerifier::PerNodeData:

Public Attributes

std::optional< Typetype = std::nullopt
 
Truncation truncation = Truncation::Any(IdentifyZeros::kDistinguishZeros)
 

Detailed Description

Definition at line 22 of file simplified-lowering-verifier.h.

Member Data Documentation

◆ truncation

Truncation v8::internal::compiler::SimplifiedLoweringVerifier::PerNodeData::truncation = Truncation::Any(IdentifyZeros::kDistinguishZeros)

Definition at line 24 of file simplified-lowering-verifier.h.

◆ type

std::optional<Type> v8::internal::compiler::SimplifiedLoweringVerifier::PerNodeData::type = std::nullopt

Definition at line 23 of file simplified-lowering-verifier.h.


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