Searched defs:FrameInspectionScope (Results 1 – 1 of 1) sorted by relevance
618 struct FrameInspectionScope { struct in v8::internal::wasm::DebugInfoImpl619 FrameInspectionScope(DebugInfoImpl* debug_info, Address pc) in FrameInspectionScope() function634 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;