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

Public Attributes

int func_index
 
base::OwnedVector< const int > breakpoint_offsets
 
int dead_breakpoint
 
WasmCodecode
 

Detailed Description

Definition at line 806 of file wasm-debug.cc.

Member Data Documentation

◆ breakpoint_offsets

base::OwnedVector<const int> v8::internal::wasm::DebugInfoImpl::CachedDebuggingCode::breakpoint_offsets

Definition at line 808 of file wasm-debug.cc.

◆ code

WasmCode* v8::internal::wasm::DebugInfoImpl::CachedDebuggingCode::code

Definition at line 810 of file wasm-debug.cc.

◆ dead_breakpoint

int v8::internal::wasm::DebugInfoImpl::CachedDebuggingCode::dead_breakpoint

Definition at line 809 of file wasm-debug.cc.

◆ func_index

int v8::internal::wasm::DebugInfoImpl::CachedDebuggingCode::func_index

Definition at line 807 of file wasm-debug.cc.


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