45 vm_raise_error(vm,
"RUST_SET_EXIT requires FUN_WITH_RUST=ON at build time");
push_value(vm, make_nil())
The Fun virtual machine state.
Tagged union representing a Fun value.
Value make_nil(void)
Construct a nil Value.
void free_value(Value v)
Free dynamic storage owned by a Value.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.
void vm_raise_error(VM *vm, const char *msg)
Raise a runtime error inside the VM, honoring try/catch/finally.
int fun_op_rset_exit(VM *vm)