From f8e8075a62f910b33e6a2a93afdfe7b4df482264 Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Mon, 29 Feb 2016 13:21:43 -0800 Subject: deps: upgrade to V8 4.9.385.27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick up the latest known good release from the V8 4.9 branch: 4.9.385.27. V8 Commits: https://github.com/v8/v8/compare/4.9.385.18...4.9.385.27 PR-URL: https://github.com/nodejs/node/pull/5494 Reviewed-By: bnoordhuis - Ben Noordhuis Reviewed-By: targos - Michaƫl Zasso --- deps/v8/src/debug/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'deps/v8/src/debug') diff --git a/deps/v8/src/debug/debug.h b/deps/v8/src/debug/debug.h index 4b098db49a..7dcc2b5e34 100644 --- a/deps/v8/src/debug/debug.h +++ b/deps/v8/src/debug/debug.h @@ -477,6 +477,7 @@ class Debug { return !!base::NoBarrier_Load(&thread_local_.current_debug_scope_); } void set_break_points_active(bool v) { break_points_active_ = v; } + bool break_points_active() const { return break_points_active_; } StackFrame::Id break_frame_id() { return thread_local_.break_frame_id_; } int break_id() { return thread_local_.break_id_; } -- cgit v1.2.3