Get size of table.refs
| 50 | |
| 51 | /// Get size of table.refs |
| 52 | uint64_t getSize() const noexcept { |
| 53 | // The table size is bound to the limit in the table type. |
| 54 | return TabType.getLimit().getMin(); |
| 55 | } |
| 56 | |
| 57 | /// Getter for table type. |
| 58 | const AST::TableType &getTableType() const noexcept { return TabType; } |