v8js_debug.h 932 B

12345678910111213141516171819202122232425
  1. /*
  2. +----------------------------------------------------------------------+
  3. | PHP Version 5 |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 1997-2015 The PHP Group |
  6. +----------------------------------------------------------------------+
  7. | http://www.opensource.org/licenses/mit-license.php MIT License |
  8. +----------------------------------------------------------------------+
  9. | Author: Stefan Siegl <[email protected]> |
  10. +----------------------------------------------------------------------+
  11. */
  12. #ifndef V8JS_DEBUG_H
  13. #define V8JS_DEBUG_H
  14. #include <v8-debug.h>
  15. extern PHP_METHOD(V8Js, __destruct);
  16. extern PHP_METHOD(V8Js, startDebugAgent);
  17. extern v8js_ctx *v8js_debug_context;
  18. extern int v8js_debug_auto_break_mode;
  19. #endif /* V8JS_DEBUG_H */