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

Public Member Functions

 FrameInspectionScope (DebugInfoImpl *debug_info, Address pc, Isolate *isolate)
 
bool is_inspectable () const
 

Public Attributes

wasm::WasmCodeRefScope wasm_code_ref_scope
 
wasm::WasmCodecode
 
int pc_offset
 
const DebugSideTabledebug_side_table
 
const DebugSideTable::Entrydebug_side_table_entry
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FrameInspectionScope()

v8::internal::wasm::DebugInfoImpl::FrameInspectionScope::FrameInspectionScope ( DebugInfoImpl * debug_info,
Address pc,
Isolate * isolate )
inline

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

Here is the call graph for this function:

Member Function Documentation

◆ is_inspectable()

bool v8::internal::wasm::DebugInfoImpl::FrameInspectionScope::is_inspectable ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ code

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

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

◆ debug_side_table

const DebugSideTable* v8::internal::wasm::DebugInfoImpl::FrameInspectionScope::debug_side_table

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

◆ debug_side_table_entry

const DebugSideTable::Entry* v8::internal::wasm::DebugInfoImpl::FrameInspectionScope::debug_side_table_entry

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

◆ pc_offset

int v8::internal::wasm::DebugInfoImpl::FrameInspectionScope::pc_offset

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

◆ wasm_code_ref_scope

wasm::WasmCodeRefScope v8::internal::wasm::DebugInfoImpl::FrameInspectionScope::wasm_code_ref_scope

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


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