| 247 | } |
| 248 | |
| 249 | unsigned getOffset(CheckStatusWrapper* status, unsigned index) |
| 250 | { |
| 251 | if (index < items.getCount()) |
| 252 | return items[index].offset; |
| 253 | |
| 254 | raiseIndexError(status, index, "getOffset"); |
| 255 | return 0; |
| 256 | } |
| 257 | |
| 258 | unsigned getNullOffset(CheckStatusWrapper* status, unsigned index) |
| 259 | { |