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

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::handler_traits< false >:

Public Types

typedef uint16_t handler_id_t
 
typedef uint32_t slot_offset_t
 
typedef uint64_t memory_offset32_t
 
typedef uint64_t memory_offset64_t
 

Detailed Description

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

Member Typedef Documentation

◆ handler_id_t

uint16_t v8::internal::wasm::handler_traits< false >::handler_id_t

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

◆ memory_offset32_t

uint64_t v8::internal::wasm::handler_traits< false >::memory_offset32_t

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

◆ memory_offset64_t

uint64_t v8::internal::wasm::handler_traits< false >::memory_offset64_t

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

◆ slot_offset_t

uint32_t v8::internal::wasm::handler_traits< false >::slot_offset_t

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


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