Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 06bd47a36a9f65569f405dac1c9bbb1e8090d1e0..7944d0e96370bd830373ca739612efcf33588d84 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -746,6 +746,9 @@ class Isolate { |
void CaptureAndSetDetailedStackTrace(Handle<JSObject> error_object); |
void CaptureAndSetSimpleStackTrace(Handle<JSObject> error_object, |
Handle<Object> caller); |
+ Handle<JSArray> GetDetailedStackTrace(Handle<JSObject> error_object); |
+ Handle<JSArray> GetDetailedFromSimpleStackTrace( |
+ 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 |