| 58 | } |
| 59 | |
| 60 | LuaInt LuaTable::rawLength() const { |
| 61 | return engine().tableLength(true, handleIndex()); |
| 62 | } |
| 63 | |
| 64 | void LuaCallbacks::copyCallback(String srcName, String dstName) { |
| 65 | m_callbacks.set(dstName, m_callbacks.get(srcName)); |
nothing calls this directly
no test coverage detected