pub(crate) fn compile_call_myself( env: &mut SloshVm, state: &mut CompileState, cdr: &[Value], result: usize, force_tail: bool, ) -> VMResult<()>