()
| 169 | } |
| 170 | |
| 171 | public close(): void { |
| 172 | this.thread.lua.module.removeFunction(this.gcPointer) |
| 173 | } |
| 174 | } |
| 175 | |
| 176 | export default function createTypeExtension(thread: Global): TypeExtension<any, ProxyDecorationOptions> { |
nothing calls this directly
no outgoing calls
no test coverage detected