Function emojicode_sys::Emojicode_Thread_reserveFrame [] [src]

pub unsafe extern "C" fn Emojicode_Thread_reserveFrame(
    this: *mut Emojicode_Thread,
    self_: Emojicode_Value,
    size: c_int,
    function: *mut Emojicode_Function,
    destination: *mut Emojicode_Value,
    executionPointer: *mut EmojicodeInstruction
) -> *mut Emojicode_StackFrame

Reserves a new stack frame which can later be pushed with @c stackPushReservedFrame /// @returns A pointer to the memory reserved for the variables.