Function Emojicode_Thread_reserveFrame

Source
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
Expand description

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