Searched refs:is_inspectable (Results 1 – 5 of 5) sorted by relevance
256 if (!scope.is_inspectable()) return 0; in GetNumLocals()268 if (!scope.is_inspectable()) return 0; in GetStackDepth()296 if (!scope.is_inspectable()) return local_scope_object; in GetLocalScopeObject()333 if (!scope.is_inspectable()) return stack_scope_obj; in GetStackScopeObject()408 DCHECK(new_code->is_inspectable()); in RecompileLiftoffWithBreakpoints()624 code->is_inspectable() in FrameInspectionScope()631 DCHECK_IMPLIES(code->is_inspectable(), debug_side_table_entry != nullptr); in FrameInspectionScope()634 bool is_inspectable() const { return debug_side_table_entry; } in is_inspectable() function645 DCHECK(code->is_inspectable()); in GetDebugSideTable()
182 bool is_inspectable() const { return is_liftoff() && for_debugging(); } in is_inspectable() function
147 type_ = frame_->is_inspectable() ? debug::ScopeIterator::ScopeTypeLocal in Advance()
1874 bool WasmFrame::is_inspectable() const { in is_inspectable() function in v8::internal::WasmFrame1876 return wasm_code()->is_inspectable(); in is_inspectable()
964 bool is_inspectable() const;