summaryrefslogtreecommitdiff
path: root/threads.js
diff options
context:
space:
mode:
Diffstat (limited to 'threads.js')
-rw-r--r--threads.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/threads.js b/threads.js
index 6078f5b..791d81c 100644
--- a/threads.js
+++ b/threads.js
@@ -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;
};