void lua_pushvalue (lua_State *L, int index);

Pushes a copy of the element at the given valid index onto the stack.