diff options
Diffstat (limited to 'threads.js')
| -rw-r--r-- | threads.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2546,6 +2546,7 @@ Process.prototype.reportContextFor = function (context, otherObj) { if (result.outerContext) { result.outerContext = copy(result.outerContext); result.outerContext.receiver = otherObj; + result.outerContext.variables.parentFrame = otherObj.variables; } return result; }; |
