push_sv

Function push_sv 

Source
pub unsafe fn push_sv(stack: *mut StackValue, sv: StackValue) -> *mut StackValue
Expand description

Push a StackValue directly onto the stack

ยงSafety

Stack pointer must be valid and have room for the value.