patch_seq_push_value

Function patch_seq_push_value 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_push_value( stack: Stack, value: Value, ) -> Stack
Expand description

Push an arbitrary Value onto the stack (for LLVM codegen)

This is used by closure functions to push captured values.

ยงSafety

Value must be a valid Value