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