25 if (inst.operand == 1) {
Tagged union representing a Fun value.
static int fun_thread_spawn(Value fnVal, Value argsMaybe, int hasArgs)
push_value(vm, make_int(tid))
Value make_nil(void)
Construct a nil Value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.