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

#include <wasm-interpreter-objects.h>

Collaboration diagram for v8::internal::WasmInterpreterStackEntry:

Public Attributes

int function_index
 
int byte_offset
 

Detailed Description

Definition at line 24 of file wasm-interpreter-objects.h.

Member Data Documentation

◆ byte_offset

int v8::internal::WasmInterpreterStackEntry::byte_offset

Definition at line 26 of file wasm-interpreter-objects.h.

◆ function_index

int v8::internal::WasmInterpreterStackEntry::function_index

Definition at line 25 of file wasm-interpreter-objects.h.


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