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

#include <wasm-module.h>

Collaboration diagram for v8::internal::wasm::WireBytesRef:

Public Member Functions

constexpr WireBytesRef ()=default
 
constexpr WireBytesRef (uint32_t offset, uint32_t length)
 
uint32_t offset () const
 
uint32_t length () const
 
uint32_t end_offset () const
 
bool is_empty () const
 
bool is_set () const
 

Private Attributes

uint32_t offset_ = 0
 
uint32_t length_ = 0
 

Detailed Description

Definition at line 57 of file wasm-module.h.

Constructor & Destructor Documentation

◆ WireBytesRef() [1/2]

v8::internal::wasm::WireBytesRef::WireBytesRef ( )
constexprdefault

◆ WireBytesRef() [2/2]

v8::internal::wasm::WireBytesRef::WireBytesRef ( uint32_t offset,
uint32_t length )
inlineconstexpr

Definition at line 60 of file wasm-module.h.

Member Function Documentation

◆ end_offset()

uint32_t v8::internal::wasm::WireBytesRef::end_offset ( ) const
inline

Definition at line 68 of file wasm-module.h.

Here is the caller graph for this function:

◆ is_empty()

bool v8::internal::wasm::WireBytesRef::is_empty ( ) const
inline

Definition at line 69 of file wasm-module.h.

Here is the caller graph for this function:

◆ is_set()

bool v8::internal::wasm::WireBytesRef::is_set ( ) const
inline

Definition at line 70 of file wasm-module.h.

Here is the caller graph for this function:

◆ length()

uint32_t v8::internal::wasm::WireBytesRef::length ( ) const
inline

Definition at line 67 of file wasm-module.h.

Here is the caller graph for this function:

◆ offset()

uint32_t v8::internal::wasm::WireBytesRef::offset ( ) const
inline

Definition at line 66 of file wasm-module.h.

Here is the caller graph for this function:

Member Data Documentation

◆ length_

uint32_t v8::internal::wasm::WireBytesRef::length_ = 0
private

Definition at line 74 of file wasm-module.h.

◆ offset_

uint32_t v8::internal::wasm::WireBytesRef::offset_ = 0
private

Definition at line 73 of file wasm-module.h.


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