| 379 | } |
| 380 | |
| 381 | void LuaStack::pushObject(Object* objectValue, const char* typeName) |
| 382 | { |
| 383 | toluafix_pushusertype_object(_state, objectValue->_ID, &objectValue->_luaID, objectValue, typeName); |
| 384 | } |
| 385 | |
| 386 | void LuaStack::pushLuaValue(const LuaValue& value) |
| 387 | { |
no test coverage detected