summaryrefslogtreecommitdiff
path: root/deps/v8/src/debug
diff options
context:
space:
mode:
authorAli Ijaz Sheikh <ofrobots@google.com>2016-02-29 13:21:43 -0800
committerAli Sheikh <ofrobots@lemonhope.roam.corp.google.com>2016-03-03 20:35:20 -0800
commitf8e8075a62f910b33e6a2a93afdfe7b4df482264 (patch)
treeee9a0d6fa9f66cf8c49ddaeed034ab9cc9620ebe /deps/v8/src/debug
parent206a81fb145e5e8bfaa8de256e9bf1a9c8815fae (diff)
downloadandroid-node-v8-f8e8075a62f910b33e6a2a93afdfe7b4df482264.tar.gz
android-node-v8-f8e8075a62f910b33e6a2a93afdfe7b4df482264.tar.bz2
android-node-v8-f8e8075a62f910b33e6a2a93afdfe7b4df482264.zip
deps: upgrade to V8 4.9.385.27
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 <info@bnoordhuis.nl> Reviewed-By: targos - Michaƫl Zasso <mic.besace@gmail.com>
Diffstat (limited to 'deps/v8/src/debug')
-rw-r--r--deps/v8/src/debug/debug.h1
1 files changed, 1 insertions, 0 deletions
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_; }