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