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

#include <value-type.h>

Inheritance diagram for v8::internal::wasm::CanonicalTypeIndex:
Collaboration diagram for v8::internal::wasm::CanonicalTypeIndex:

Public Member Functions

bool operator== (CanonicalTypeIndex other) const
 
auto operator<=> (CanonicalTypeIndex other) const
 
- Public Member Functions inherited from v8::internal::wasm::TypeIndex
constexpr bool valid () const
 
size_t hash_value () const
 

Static Public Member Functions

static constexpr CanonicalTypeIndex Invalid ()
 

Additional Inherited Members

- Public Attributes inherited from v8::internal::wasm::TypeIndex
uint32_t index
 
- Static Public Attributes inherited from v8::internal::wasm::TypeIndex
static constexpr uint32_t kInvalid = ~0u
 

Detailed Description

Definition at line 77 of file value-type.h.

Member Function Documentation

◆ Invalid()

CanonicalTypeIndex v8::internal::wasm::CanonicalTypeIndex::Invalid ( )
inlinestaticconstexpr

Definition at line 89 of file value-type.h.

Here is the caller graph for this function:

◆ operator<=>()

auto v8::internal::wasm::CanonicalTypeIndex::operator<=> ( CanonicalTypeIndex other) const
inline

Definition at line 83 of file value-type.h.

◆ operator==()

bool v8::internal::wasm::CanonicalTypeIndex::operator== ( CanonicalTypeIndex other) const
inline

Definition at line 80 of file value-type.h.


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