| 5 | import { LuaReturn, LuaState } from '../types' |
| 6 | |
| 7 | class ErrorTypeExtension extends TypeExtension<Error> { |
| 8 | private gcPointer: number |
| 9 | |
| 10 | public constructor(thread: Global, injectObject: boolean) { |
nothing calls this directly
no outgoing calls
no test coverage detected