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

#include <globals.h>

Collaboration diagram for v8::internal::WasmCodePointer:

Public Member Functions

 WasmCodePointer ()=default
 
constexpr WasmCodePointer (uint32_t value)
 
uint32_t value () const
 
bool operator== (const WasmCodePointer &other) const
 
bool operator!= (const WasmCodePointer &other) const
 

Private Attributes

uint32_t value_ = -1
 

Friends

template<typename H >
H AbslHashValue (H h, const WasmCodePointer &code_pointer)
 

Detailed Description

Definition at line 2873 of file globals.h.

Constructor & Destructor Documentation

◆ WasmCodePointer() [1/2]

v8::internal::WasmCodePointer::WasmCodePointer ( )
default

◆ WasmCodePointer() [2/2]

v8::internal::WasmCodePointer::WasmCodePointer ( uint32_t value)
inlineexplicitconstexpr

Definition at line 2876 of file globals.h.

Member Function Documentation

◆ operator!=()

bool v8::internal::WasmCodePointer::operator!= ( const WasmCodePointer & other) const
inline

Definition at line 2883 of file globals.h.

◆ operator==()

bool v8::internal::WasmCodePointer::operator== ( const WasmCodePointer & other) const
inline

Definition at line 2880 of file globals.h.

◆ value()

uint32_t v8::internal::WasmCodePointer::value ( ) const
inline

Definition at line 2878 of file globals.h.

Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ AbslHashValue

template<typename H >
H AbslHashValue ( H h,
const WasmCodePointer & code_pointer )
friend

Definition at line 2888 of file globals.h.

Member Data Documentation

◆ value_

uint32_t v8::internal::WasmCodePointer::value_ = -1
private

Definition at line 2893 of file globals.h.


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