diff options
| author | Jens Mönig <jens@moenig.org> | 2015-03-23 13:56:05 +0100 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2015-03-23 13:56:05 +0100 |
| commit | 34187eb69e99b87158fe21a94a810085227b88cb (patch) | |
| tree | cb30fbf0e3c244af65437f52327a0db97ef9005f /threads.js | |
| parent | 93864cd4739963a462d5ea62f226531e2ecf27e1 (diff) | |
| download | snap-34187eb69e99b87158fe21a94a810085227b88cb.tar.gz snap-34187eb69e99b87158fe21a94a810085227b88cb.zip | |
fix (part of) "show variable" primitive for inheritance
Diffstat (limited to 'threads.js')
| -rw-r--r-- | threads.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1216,7 +1216,7 @@ Process.prototype.doShowVar = function (varName) { } // if no watcher exists, create a new one isGlobal = contains( - this.homeContext.receiver.variables.parentFrame.names(), + this.homeContext.receiver.globalVariables().names(), varName ); if (isGlobal || target.owner) { |
