pub fn save_caller(
    caller: Option<Box<Location>>,
    heap: &mut Heap
) -> Result<(), Exception>