Chromium Code Reviews| Index: include/v8-debug.h |
| diff --git a/include/v8-debug.h b/include/v8-debug.h |
| index e72415952d97c02eae4e46b87b95c251377f2cd2..08dc5097e74952aa20a30fa14fbecc2b10a2cdda 100644 |
| --- a/include/v8-debug.h |
| +++ b/include/v8-debug.h |
| @@ -167,6 +167,9 @@ class V8_EXPORT Debug { |
| // happened yet. |
| static void CancelDebugBreak(Isolate* isolate); |
| + // Check if a debugger break is scheduled in the given isolate |
|
aandrey
2014/08/17 17:38:16
nit: dot at the end
sergeyv
2014/08/18 12:23:39
Done.
|
| + static bool CheckDebugBreak(Isolate* isolate); |
| + |
| // Break execution of JavaScript in the given isolate (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 |