(_thread: Thread, _index: number, type: LuaType)
| 139 | } |
| 140 | |
| 141 | public isType(_thread: Thread, _index: number, type: LuaType): boolean { |
| 142 | return type === LuaType.Function |
| 143 | } |
| 144 | |
| 145 | public pushValue(thread: Thread, decoration: Decoration<FunctionType, FunctionDecoration>): boolean { |
| 146 | if (typeof decoration.target !== 'function') { |
nothing calls this directly
no outgoing calls
no test coverage detected