()
| 72 | } |
| 73 | |
| 74 | public close(): void { |
| 75 | this.thread.lua.module.removeFunction(this.gcPointer) |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | export default function createTypeExtension(thread: Global, injectObject: boolean): TypeExtension<Error> { |
nothing calls this directly
no outgoing calls
no test coverage detected