| 366 | } |
| 367 | |
| 368 | int Marshaller::getMapLength(int index) { |
| 369 | auto map = getMap(index); |
| 370 | if (!_exceptionTracker) { |
| 371 | return 0; |
| 372 | } |
| 373 | |
| 374 | return static_cast<int>(map->size()); |
| 375 | } |
| 376 | |
| 377 | bool Marshaller::getMapProperty(const StringBox& key, int index, Marshaller::GetMapPropertyFlags flags) { |
| 378 | auto map = getMap(index); |