FunctionValue.upvalues

A list of upvalues that partain to this function

class FunctionValue
Value*[] upvalues;

Meta