| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 167b7626a526ae7f5d223ae5cb55030af9320960..5be99ed58a1d332266ea6686464e635a0a7fdba8 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -716,7 +716,10 @@ class Isolate {
|
| int frame_limit,
|
| StackTrace::StackTraceOptions options);
|
|
|
| - void CaptureAndSetCurrentStackTraceFor(Handle<JSObject> error_object);
|
| + Handle<JSArray> CaptureSimpleStackTrace(Handle<JSObject> error_object,
|
| + Handle<Object> caller,
|
| + int limit);
|
| + void CaptureAndSetDetailedStackTrace(Handle<JSObject> error_object);
|
|
|
| // Returns if the top context may access the given global object. If
|
| // the result is false, the pending exception is guaranteed to be
|
|
|