| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 77223a0e4c52abc746f1c2c2614838efcc590d26..a0cc4ea8b0ac951551c7211b2ebda141ac3e1c81 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -2290,6 +2290,12 @@ class V8EXPORT TryCatch {
|
| Local<Value> Exception() const;
|
|
|
| /**
|
| + * Returns the .stack property of the thrown object. If no .stack
|
| + * property is present an empty handle is returned.
|
| + */
|
| + Local<Value> StackTrace() const;
|
| +
|
| + /**
|
| * Returns the message associated with this exception. If there is
|
| * no message associated an empty handle is returned.
|
| *
|
|
|