(thread: Thread, decoratedValue: Decoration<any, UserdataDecorationOptions>)
| 54 | } |
| 55 | |
| 56 | public pushValue(thread: Thread, decoratedValue: Decoration<any, UserdataDecorationOptions>): boolean { |
| 57 | if (!decoratedValue.options.reference) { |
| 58 | return false |
| 59 | } |
| 60 | |
| 61 | return super.pushValue(thread, decoratedValue) |
| 62 | } |
| 63 | |
| 64 | public close(): void { |
| 65 | this.thread.lua.module.removeFunction(this.gcPointer) |
nothing calls this directly
no outgoing calls
no test coverage detected