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

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::Slot:

Public Member Functions

constexpr ValueKind kind () const
 

Public Attributes

ValueType value_type
 
uint32_t slot_offset
 
uint32_t ref_stack_index
 

Detailed Description

Definition at line 1165 of file wasm-interpreter.h.

Member Function Documentation

◆ kind()

ValueKind v8::internal::wasm::Slot::kind ( ) const
inlineconstexpr

Definition at line 1170 of file wasm-interpreter.h.

Here is the call graph for this function:

Member Data Documentation

◆ ref_stack_index

uint32_t v8::internal::wasm::Slot::ref_stack_index

Definition at line 1168 of file wasm-interpreter.h.

◆ slot_offset

uint32_t v8::internal::wasm::Slot::slot_offset

Definition at line 1167 of file wasm-interpreter.h.

◆ value_type

ValueType v8::internal::wasm::Slot::value_type

Definition at line 1166 of file wasm-interpreter.h.


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