| 606 | } |
| 607 | |
| 608 | sonic_force_inline map_type* getMapUnsfe() const { |
| 609 | sonic_assert(this->IsObject()); |
| 610 | return ((MetaNode*)(this->o.next.children))->map; |
| 611 | } |
| 612 | |
| 613 | sonic_force_inline MemberIterator findFromMap(StringView key) const { |
| 614 | auto it = getMap()->find(MSType(key.data(), key.size())); |