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

Public Member Functions

bool is_valid () const
 
bool has_maximum () const
 
bool is_shared () const
 
bool is_64bit () const
 
AddressType address_type () const
 

Public Attributes

uint8_t flags
 

Detailed Description

Definition at line 2161 of file module-decoder-impl.h.

Member Function Documentation

◆ address_type()

AddressType v8::internal::wasm::ModuleDecoderImpl::LimitsByte::address_type ( ) const
inline

Definition at line 2169 of file module-decoder-impl.h.

Here is the call graph for this function:

◆ has_maximum()

bool v8::internal::wasm::ModuleDecoderImpl::LimitsByte::has_maximum ( ) const
inline

Definition at line 2166 of file module-decoder-impl.h.

◆ is_64bit()

bool v8::internal::wasm::ModuleDecoderImpl::LimitsByte::is_64bit ( ) const
inline

Definition at line 2168 of file module-decoder-impl.h.

Here is the caller graph for this function:

◆ is_shared()

bool v8::internal::wasm::ModuleDecoderImpl::LimitsByte::is_shared ( ) const
inline

Definition at line 2167 of file module-decoder-impl.h.

◆ is_valid()

bool v8::internal::wasm::ModuleDecoderImpl::LimitsByte::is_valid ( ) const
inline

Definition at line 2165 of file module-decoder-impl.h.

Member Data Documentation

◆ flags

uint8_t v8::internal::wasm::ModuleDecoderImpl::LimitsByte::flags

Definition at line 2162 of file module-decoder-impl.h.


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