| 107 | } |
| 108 | |
| 109 | static ObjectPtr getItem( ObjectVector &o, int64_t index ) |
| 110 | { |
| 111 | return o.members()[ convertIndex( o, index ) ]; |
| 112 | } |
| 113 | |
| 114 | static void setItem( ObjectVector &o, int64_t index, ObjectPtr value ) |
| 115 | { |
nothing calls this directly
no test coverage detected