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

Public Attributes

std::unordered_map< int, std::vector< int > > breakpoints_per_function
 
StackFrameId stepping_frame = NO_ID
 

Detailed Description

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

Member Data Documentation

◆ breakpoints_per_function

std::unordered_map<int, std::vector<int> > v8::internal::wasm::DebugInfoImpl::PerIsolateDebugData::breakpoints_per_function

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

◆ stepping_frame

StackFrameId v8::internal::wasm::DebugInfoImpl::PerIsolateDebugData::stepping_frame = NO_ID

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


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