Home
last modified time | relevance | path

Searched refs:is_inspectable (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc125 if (!scope.is_inspectable()) return 0; in GetNumLocals()
138 if (!scope.is_inspectable()) return 0; in GetStackDepth()
298 DCHECK(new_code->is_inspectable()); in RecompileLiftoffWithBreakpoints()
535 debug_side_table(code->is_inspectable() in FrameInspectionScope()
541 DCHECK_IMPLIES(code->is_inspectable(), debug_side_table_entry != nullptr); in FrameInspectionScope()
544 bool is_inspectable() const { return debug_side_table_entry; } in is_inspectable() function
554 DCHECK(code->is_inspectable()); in GetDebugSideTable()
Dwasm-code-manager.h307 bool is_inspectable() const { return is_liftoff() && for_debugging(); } in is_inspectable() function
/third_party/node/deps/v8/src/execution/
Dframes.h980 bool is_inspectable() const;
Dframes.cc2115 bool WasmFrame::is_inspectable() const { in is_inspectable() function in v8::internal::WasmFrame
2117 return wasm_code()->is_inspectable(); in is_inspectable()
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc665 if (!frame->is_inspectable()) { in DebugWasmScopeIterator()