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< true > Struct Reference

#include <wasm-interpreter.h>

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

Public Types

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

Detailed Description

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

Member Typedef Documentation

◆ handler_id_t

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

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

◆ memory_offset32_t

uint32_t v8::internal::wasm::handler_traits< true >::memory_offset32_t

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

◆ memory_offset64_t

uint32_t v8::internal::wasm::handler_traits< true >::memory_offset64_t

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

◆ slot_offset_t

uint16_t v8::internal::wasm::handler_traits< true >::slot_offset_t

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


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