|
> [bla-bla-bla] Anyway, there would be no need to push an upvalue to the
> stack.
The manual says: "all functions are created sharing nup upvalues,
which must be previously pushed on the stack". So, if you are going to
interpret the manual literally, you do need to push an upvalue to the
stack.