An upvalue. Used in the implementation of closures.
An instance of the upvalue.
The UUID of the function that owns the upvalue.
The index of the upvalue's local variable.
The name of the upvalue.
Creates a new instance of the upvalue.