| Index: src/messages.js
|
| diff --git a/src/messages.js b/src/messages.js
|
| index 0a50ae7861e5e6f1032c4673dfb4aed904db2611..f0c51c61f2e6daaf67c7e12204d29824f83db4b8 100644
|
| --- a/src/messages.js
|
| +++ b/src/messages.js
|
| @@ -1090,6 +1090,7 @@ function captureStackTrace(obj, cons_opt) {
|
| // with a data property as soon as the stack trace has been formatted.
|
| var getter = function() {
|
| var value = FormatRawStackTrace(obj, raw_stack);
|
| + raw_stack = void 0;
|
| %DefineOrRedefineDataProperty(obj, 'stack', value, NONE);
|
| return value;
|
| };
|
|
|