diff options
author | Trevor Norris <trev.norris@gmail.com> | 2013-07-22 15:26:27 -0700 |
---|---|---|
committer | Trevor Norris <trev.norris@gmail.com> | 2013-07-22 15:53:10 -0700 |
commit | 5777d7ab3038983d368046ab40eb34075f635348 (patch) | |
tree | da7c01759b83e7afa463cbaac095a051f158eb44 /deps/v8/include/v8-debug.h | |
parent | 254b711155996e379a41a569a38dd98dbd7a6e47 (diff) | |
download | node-new-5777d7ab3038983d368046ab40eb34075f635348.tar.gz |
v8: upgrade to v8 3.20.7
Diffstat (limited to 'deps/v8/include/v8-debug.h')
-rwxr-xr-x | deps/v8/include/v8-debug.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/deps/v8/include/v8-debug.h b/deps/v8/include/v8-debug.h index f432de0be8..e488aaa889 100755 --- a/deps/v8/include/v8-debug.h +++ b/deps/v8/include/v8-debug.h @@ -245,8 +245,9 @@ class EXPORT Debug { typedef void (*DebugMessageDispatchHandler)(); // Set a C debug event listener. - static bool SetDebugEventListener(EventCallback that, - Handle<Value> data = Handle<Value>()); + V8_DEPRECATED(static bool SetDebugEventListener( + EventCallback that, + Handle<Value> data = Handle<Value>())); static bool SetDebugEventListener2(EventCallback2 that, Handle<Value> data = Handle<Value>()); @@ -274,8 +275,9 @@ class EXPORT Debug { // Message based interface. The message protocol is JSON. NOTE the message // handler thread is not supported any more parameter must be false. - static void SetMessageHandler(MessageHandler handler, - bool message_handler_thread = false); + V8_DEPRECATED(static void SetMessageHandler( + MessageHandler handler, + bool message_handler_thread = false)); static void SetMessageHandler2(MessageHandler2 handler); // If no isolate is provided the default isolate is |