fn interp_sys_function(
positional: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Get the function of a frame on the call stack.
@param which frame number (0 = current, positive = counting from bottom) @return the function object for the given frame