Add exceptionPauseMode to Isolate response in service.md

BUG=
R=turnidge@google.com

Review URL: https://codereview.chromium.org/1408933004 .
This commit is contained in:
John McCutchan 2015-10-16 12:26:19 -07:00
parent 783ed2470b
commit d7de5ca71f

View file

@ -1804,6 +1804,9 @@ class Isolate extends Response {
// The error that is causing this isolate to exit, if applicable.
Error error [optional];
// The current pause on exception mode for this isolate.
ExceptionPauseMode exceptionPauseMode;
}
```