summaryrefslogtreecommitdiff
path: root/Plugins/skins/libs/v8-debug.h
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-10-23 17:52:46 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-10-23 17:52:46 +0000
commitf574681d9b6fee0d05319af1831620e48cc8492f (patch)
tree5512e45d34c17caa4cbc852c10b8fb5d9f325c94 /Plugins/skins/libs/v8-debug.h
parentf8cc31726897eda895c9e1e107cd5d1680edd9b2 (diff)
skins: updated v8 libs
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@228 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/skins/libs/v8-debug.h')
-rw-r--r--Plugins/skins/libs/v8-debug.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Plugins/skins/libs/v8-debug.h b/Plugins/skins/libs/v8-debug.h
index 4f68143..7da4f98 100644
--- a/Plugins/skins/libs/v8-debug.h
+++ b/Plugins/skins/libs/v8-debug.h
@@ -253,9 +253,12 @@ class EXPORT Debug {
static bool SetDebugEventListener(v8::Handle<v8::Object> that,
Handle<Value> data = Handle<Value>());
- // Break execution of JavaScript.
+ // Schedule a debugger break to happen when JavaScript code is run.
static void DebugBreak();
+ // Remove scheduled debugger break if it has not happened yet.
+ static void CancelDebugBreak();
+
// Break execution of JavaScript (this method can be invoked from a
// non-VM thread) for further client command execution on a VM
// thread. Client data is then passed in EventDetails to