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

#include <wasm-gc-operator-reducer.h>

Collaboration diagram for v8::internal::compiler::NodeWithType:

Public Member Functions

 NodeWithType ()
 
 NodeWithType (Node *node, wasm::TypeInModule type)
 
bool operator== (const NodeWithType &other) const
 
bool operator!= (const NodeWithType &other) const
 
bool IsSet ()
 

Public Attributes

Nodenode
 
wasm::TypeInModule type
 

Detailed Description

Definition at line 24 of file wasm-gc-operator-reducer.h.

Constructor & Destructor Documentation

◆ NodeWithType() [1/2]

v8::internal::compiler::NodeWithType::NodeWithType ( )
inline

Definition at line 25 of file wasm-gc-operator-reducer.h.

◆ NodeWithType() [2/2]

v8::internal::compiler::NodeWithType::NodeWithType ( Node * node,
wasm::TypeInModule type )
inline

Definition at line 26 of file wasm-gc-operator-reducer.h.

Member Function Documentation

◆ IsSet()

bool v8::internal::compiler::NodeWithType::IsSet ( )
inline

Definition at line 33 of file wasm-gc-operator-reducer.h.

Here is the caller graph for this function:

◆ operator!=()

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

Definition at line 31 of file wasm-gc-operator-reducer.h.

◆ operator==()

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

Definition at line 28 of file wasm-gc-operator-reducer.h.

Member Data Documentation

◆ node

Node* v8::internal::compiler::NodeWithType::node

Definition at line 35 of file wasm-gc-operator-reducer.h.

◆ type

wasm::TypeInModule v8::internal::compiler::NodeWithType::type

Definition at line 36 of file wasm-gc-operator-reducer.h.


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