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

#include <function-body-decoder-impl.h>

Inheritance diagram for v8::internal::wasm::ValueBase< ValidationTag >:
Collaboration diagram for v8::internal::wasm::ValueBase< ValidationTag >:

Public Member Functions

 ValueBase (const uint8_t *pc, ValueType type)
 
- Public Member Functions inherited from v8::internal::wasm::PcForErrors< ValidationTag::validate >
 PcForErrors (const uint8_t *)
 
const uint8_t * pc () const
 

Public Attributes

ValueType type = kWasmVoid
 

Detailed Description

template<typename ValidationTag>
struct v8::internal::wasm::ValueBase< ValidationTag >

Definition at line 1160 of file function-body-decoder-impl.h.

Constructor & Destructor Documentation

◆ ValueBase()

template<typename ValidationTag >
v8::internal::wasm::ValueBase< ValidationTag >::ValueBase ( const uint8_t * pc,
ValueType type )
inline

Definition at line 1163 of file function-body-decoder-impl.h.

Member Data Documentation

◆ type

template<typename ValidationTag >
ValueType v8::internal::wasm::ValueBase< ValidationTag >::type = kWasmVoid

Definition at line 1161 of file function-body-decoder-impl.h.


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