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

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::WasmInterpreterThread::TrapStatus:

Public Attributes

int trap_function_index
 
int trap_pc
 

Detailed Description

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

Member Data Documentation

◆ trap_function_index

int v8::internal::wasm::WasmInterpreterThread::TrapStatus::trap_function_index

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

◆ trap_pc

int v8::internal::wasm::WasmInterpreterThread::TrapStatus::trap_pc

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


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