| 1636 | } |
| 1637 | |
| 1638 | inline size_t LuaString::length() const { |
| 1639 | return engine().stringLength(handleIndex()); |
| 1640 | } |
| 1641 | |
| 1642 | inline String LuaString::toString() const { |
| 1643 | return engine().string(handleIndex()); |
nothing calls this directly
no test coverage detected