fn interp_up_viewport(
args: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Navigate up the viewport stack without popping.
@param n number of levels to navigate up (default 1) @return NULL (invisibly)