| 594 | } |
| 595 | |
| 596 | sonic_force_inline void setMap(map_type* new_map) { |
| 597 | sonic_assert(this->IsObject()); |
| 598 | sonic_assert(this->o.next.children != nullptr); |
| 599 | ((MetaNode*)(this->o.next.children))->map = new_map; |
| 600 | } |
| 601 | |
| 602 | sonic_force_inline map_type* getMap() const { |
| 603 | sonic_assert(this->IsObject()); |