()
| 62 | } |
| 63 | |
| 64 | public close(): void { |
| 65 | this.thread.lua.module.removeFunction(this.gcPointer) |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | export default function createTypeExtension(thread: Global): TypeExtension<Error> { |
nothing calls this directly
no outgoing calls
no test coverage detected