| 393 | } |
| 394 | |
| 395 | inline AccessPath AccessPathObj::ArrayItem(int64_t index) const { |
| 396 | return this->Extend(AccessStep::ArrayItem(index)); |
| 397 | } |
| 398 | |
| 399 | inline AccessPath AccessPathObj::ArrayItemMissing(int64_t index) const { |
| 400 | return this->Extend(AccessStep::ArrayItemMissing(index)); |