| 600 | } |
| 601 | |
| 602 | sonic_force_inline map_type* getMap() const { |
| 603 | sonic_assert(this->IsObject()); |
| 604 | if (nullptr == children()) return nullptr; |
| 605 | return ((MetaNode*)(this->o.next.children))->map; |
| 606 | } |
| 607 | |
| 608 | sonic_force_inline map_type* getMapUnsfe() const { |
| 609 | sonic_assert(this->IsObject()); |