(prefix, keyOrRef)
| 1103 | return name; |
| 1104 | } |
| 1105 | getScopeValue(prefix, keyOrRef) { |
| 1106 | return this._extScope.getValue(prefix, keyOrRef); |
| 1107 | } |
| 1108 | // return code that assigns values in the external scope to the names that are used internally |
| 1109 | // (same names that were returned by gen.scopeName or gen.scopeValue) |
| 1110 | scopeRefs(scopeName) { |