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

#include <value-type.h>

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

Public Member Functions

constexpr bool valid () const
 
size_t hash_value () const
 

Public Attributes

uint32_t index
 

Static Public Attributes

static constexpr uint32_t kInvalid = ~0u
 

Detailed Description

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

Member Function Documentation

◆ hash_value()

size_t v8::internal::wasm::TypeIndex::hash_value ( ) const
inline

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

◆ valid()

bool v8::internal::wasm::TypeIndex::valid ( ) const
inlineconstexpr

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

Here is the caller graph for this function:

Member Data Documentation

◆ index

uint32_t v8::internal::wasm::TypeIndex::index

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

◆ kInvalid

uint32_t v8::internal::wasm::TypeIndex::kInvalid = ~0u
staticconstexpr

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


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