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

#include <wasm-deopt-data.h>

Collaboration diagram for v8::internal::wasm::WasmDeoptEntry:

Public Attributes

BytecodeOffset bytecode_offset = BytecodeOffset::None()
 
int translation_index = -1
 

Detailed Description

Definition at line 35 of file wasm-deopt-data.h.

Member Data Documentation

◆ bytecode_offset

BytecodeOffset v8::internal::wasm::WasmDeoptEntry::bytecode_offset = BytecodeOffset::None()

Definition at line 38 of file wasm-deopt-data.h.

◆ translation_index

int v8::internal::wasm::WasmDeoptEntry::translation_index = -1

Definition at line 41 of file wasm-deopt-data.h.


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