Searched defs:FrameInspectionScope (Results 1 – 1 of 1) sorted by relevance
531 struct FrameInspectionScope { struct in v8::internal::wasm::DebugInfoImpl532 FrameInspectionScope(DebugInfoImpl* debug_info, Address pc) in FrameInspectionScope() function544 bool is_inspectable() const { return debug_side_table_entry; } in is_inspectable()546 wasm::WasmCodeRefScope wasm_code_ref_scope;547 wasm::WasmCode* code;548 int pc_offset;549 const DebugSideTable* debug_side_table;550 const DebugSideTable::Entry* debug_side_table_entry;