v8/include
yurys@chromium.org 4f60ee6bd7 Remove deprecated methods from debugger API
Deleting SetDebugEventListener and SetMessageHandler from v8::Debug. this methods were deprecated in 3.20
https://code.google.com/p/v8/source/browse/branches/3.20/include/v8-debug.h but in fact they have been superseded by SetDebugEventListener2 and SetMessageHandler2 long ago.

BUG=None
R=bmeurer@chromium.org, loislo@chromium.org

Review URL: https://codereview.chromium.org/23576002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16379 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-08-28 07:11:37 +00:00
..
v8-debug.h Remove deprecated methods from debugger API 2013-08-28 07:11:37 +00:00
v8-preparser.h Define V8EXPORT only in v8.h and use it in the other headers 2013-08-06 14:37:35 +00:00
v8-profiler.h Remove implementation of CpuProfileNode methods deprecated in v8 3.20 2013-08-27 15:12:04 +00:00
v8-testing.h Define V8EXPORT only in v8.h and use it in the other headers 2013-08-06 14:37:35 +00:00
v8.h Introduce SmiValuesAre31Bits and SmiValuesAre32Bits global predicate functions 2013-08-27 14:13:40 +00:00
v8config.h Fix definition of V8_*_C() macros. 2013-08-27 14:16:34 +00:00
v8stdint.h Move OS/compiler/feature detection to public v8config.h header. 2013-08-23 07:32:25 +00:00