Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 3a675106439881b854363a2275ecac145383cd77..4ab34db1e03d81cdbe5b9249f30f6c18d8677182 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -756,6 +756,7 @@ class Isolate { |
| // Out of resource exception helpers. |
| Object* StackOverflow(); |
| Object* TerminateExecution(); |
| + bool IsExecutionTerminating(); |
| void CancelTerminateExecution(); |
| void InvokeApiInterruptCallback(); |