(scopeName)
| 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) { |
| 1111 | return this._extScope.scopeRefs(scopeName, this._values); |
| 1112 | } |
| 1113 | scopeCode() { |
| 1114 | return this._extScope.scopeCode(this._values); |
| 1115 | } |