(op)
| 149523 | return op; |
| 149524 | }, |
| 149525 | proxy (op) { |
| 149526 | const vref = op instanceof Entry ? ref(op) : op; |
| 149527 | return this.add(Proxy({ |
| 149528 | value: vref |
| 149529 | })); |
| 149530 | }, |
| 149531 | addStream (stream) { |
| 149532 | this.streams.push(stream); |
| 149533 | stream.id = this.id(); |