40 int try_idx =
f->try_stack[
f->try_sp--];
41 int target =
f->fn->instructions[try_idx].operand;
Tagged union representing a Fun value.
char * value_to_string_alloc(const Value *v)
Allocate a printable C string for a Value.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.
static void push_value(VM *vm, Value v)
Push a Value onto the VM operand stack.