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

Public Member Functions

 FieldOrElementValue ()=default
 
 FieldOrElementValue (Node *value)
 
bool operator== (const FieldOrElementValue &other) const
 
bool operator!= (const FieldOrElementValue &other) const
 
bool IsEmpty () const
 

Public Attributes

Nodevalue = nullptr
 

Detailed Description

Definition at line 36 of file wasm-load-elimination.h.

Constructor & Destructor Documentation

◆ FieldOrElementValue() [1/2]

v8::internal::compiler::WasmLoadElimination::FieldOrElementValue::FieldOrElementValue ( )
default

◆ FieldOrElementValue() [2/2]

v8::internal::compiler::WasmLoadElimination::FieldOrElementValue::FieldOrElementValue ( Node * value)
inlineexplicit

Definition at line 38 of file wasm-load-elimination.h.

Member Function Documentation

◆ IsEmpty()

bool v8::internal::compiler::WasmLoadElimination::FieldOrElementValue::IsEmpty ( ) const
inline

Definition at line 48 of file wasm-load-elimination.h.

Here is the caller graph for this function:

◆ operator!=()

bool v8::internal::compiler::WasmLoadElimination::FieldOrElementValue::operator!= ( const FieldOrElementValue & other) const
inline

Definition at line 44 of file wasm-load-elimination.h.

◆ operator==()

bool v8::internal::compiler::WasmLoadElimination::FieldOrElementValue::operator== ( const FieldOrElementValue & other) const
inline

Definition at line 40 of file wasm-load-elimination.h.

Member Data Documentation

◆ value

Node* v8::internal::compiler::WasmLoadElimination::FieldOrElementValue::value = nullptr

Definition at line 50 of file wasm-load-elimination.h.


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