| 133 | throw e; |
| 134 | }; |
| 135 | const classMayThrow = class { |
| 136 | constructor () { |
| 137 | throw e; |
| 138 | } |
| 139 | }; |
| 140 | |
| 141 | const newRef = binding.CreateFuncRefWithNew(120); |
| 142 | assert(newRef.getValue() === 120); |
nothing calls this directly
no outgoing calls
no test coverage detected