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

#include <value-type.h>

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

Public Member Functions

bool operator== (ModuleTypeIndex other) const
 
auto operator<=> (ModuleTypeIndex 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 ModuleTypeIndex 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 63 of file value-type.h.

Member Function Documentation

◆ Invalid()

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

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

Here is the caller graph for this function:

◆ operator<=>()

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

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

◆ operator==()

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

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


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