(thread: Thread, decoration: Decoration<Error>)
| 65 | } |
| 66 | |
| 67 | public pushValue(thread: Thread, decoration: Decoration<Error>): boolean { |
| 68 | if (!(decoration.target instanceof Error)) { |
| 69 | return false |
| 70 | } |
| 71 | return super.pushValue(thread, decoration) |
| 72 | } |
| 73 | |
| 74 | public close(): void { |
| 75 | this.thread.lua.module.removeFunction(this.gcPointer) |