pub fn load_one_expression( vm: &mut SloshVm, state: &mut CompileState, result: usize, exp: Value, name: &'static str, doc_string: Option<Value>, terminal: bool, ) -> VMResult<Option<Value>>