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