(n int)
| 1473 | } |
| 1474 | |
| 1475 | func (ls *LState) ToString(n int) string { |
| 1476 | return LVAsString(ls.Get(n)) |
| 1477 | } |
| 1478 | |
| 1479 | func (ls *LState) ToTable(n int) *LTable { |
| 1480 | if lv, ok := ls.Get(n).(*LTable); ok { |
nothing calls this directly
no test coverage detected