Home
last modified time | relevance | path

Searched defs:FrameInspectionScope (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-debug.cc618 struct FrameInspectionScope { struct in v8::internal::wasm::DebugInfoImpl
619 FrameInspectionScope(DebugInfoImpl* debug_info, Address pc) in FrameInspectionScope() function
634 bool is_inspectable() const { return debug_side_table_entry; } in is_inspectable()
636 wasm::WasmCodeRefScope wasm_code_ref_scope;
637 wasm::WasmCode* code;
638 int pc_offset;
639 const DebugSideTable* debug_side_table;
640 const DebugSideTable::Entry* debug_side_table_entry;