pub fn invocation(
    id: impl AsRef<str>,
    positional: &[Arc<RValue, Global>],
    named: &[(&str, RValue)]
) -> Arc<RValue, Global>