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