(_thread: Thread, _index: number, type: LuaType)
| 16 | } |
| 17 | |
| 18 | public isType(_thread: Thread, _index: number, type: LuaType): boolean { |
| 19 | return type === LuaType.Table |
| 20 | } |
| 21 | |
| 22 | public getValue(thread: Thread, index: number, userdata?: any): TableType { |
| 23 | // This is a map of Lua pointers to JS objects. |
nothing calls this directly
no outgoing calls
no test coverage detected