Skip to main content

interp_sys_parents

Function interp_sys_parents 

Source
fn interp_sys_parents(
    _positional: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Get the parent frame indices for all frames on the call stack.

@return integer vector of parent frame indices