kopia lustrzana https://github.com/backface/turtlestitch
Let “zombifying” scripts access receivers’ local vars
rodzic
fc256e9e72
commit
b31df39d7f
|
|
@ -2403,3 +2403,4 @@ ______
|
|||
------
|
||||
* Objects, Store: Experimental “processes” count watcher (hidden in dev mode)
|
||||
* Threads: Remove terminated processes from expired clones
|
||||
* Threads: Let “zombifying” scripts access receivers’ local vars
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue