()
| 1478 | this.opts = { ...opts, _n: opts.lines ? line : code_1.nil }; |
| 1479 | } |
| 1480 | get() { |
| 1481 | return this._scope; |
| 1482 | } |
| 1483 | name(prefix) { |
| 1484 | return new ValueScopeName(prefix, this._newName(prefix)); |
| 1485 | } |
no outgoing calls
no test coverage detected