fn interp_sys_frames(
_positional: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Get the list of all environments on the call stack.
@return list of environments for all active frames