Returns true if we have fallen back to using the underlying map representation.
| 554 | // Returns true if we have fallen back to using the underlying map |
| 555 | // representation. |
| 556 | bool UsingFullMap() const { |
| 557 | return size_ < 0; |
| 558 | } |
| 559 | |
| 560 | inline NormalMap* map() { |
| 561 | CHECK(UsingFullMap()); |