Skip to main content

interp_sys_calls

Function interp_sys_calls 

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

Get the list of all calls on the call stack.

@return list of call language objects for all active frames