()
| 26 | } |
| 27 | |
| 28 | createApplication() { |
| 29 | this._inner.createVariable(0); |
| 30 | this._inner.createVariable(1); |
| 31 | return JSON.stringify({ |
| 32 | term: "Application", |
| 33 | description: "(var0 var1)", |
| 34 | note: "Zero-copy arena allocation" |
| 35 | }); |
| 36 | } |
| 37 | |
| 38 | demonstrateHashConsing() { |
| 39 | const result = this._inner.demonstrateHashConsing(); |
nothing calls this directly
no test coverage detected