()
| 352 | } |
| 353 | |
| 354 | func (p *pointerPath) Init() { |
| 355 | p.mx = make(map[value.Pointer]value.Pointer) |
| 356 | p.my = make(map[value.Pointer]value.Pointer) |
| 357 | } |
| 358 | |
| 359 | // Push indicates intent to descend into pointers vx and vy where |
| 360 | // visited reports whether either has been seen before. If visited before, |