Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc531 struct FrameInspectionScope { struct in v8::internal::wasm::DebugInfoImpl
532 FrameInspectionScope(DebugInfoImpl* debug_info, Address pc) in FrameInspectionScope() function
544 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;