grow_stack

Function grow_stack 

Source
pub unsafe fn grow_stack(lstate: *mut lua_State, n: c_int)
Expand description

Does nothing if the stack is already taller than n, grows the stack height to n by adding nils if it’s not.