| 113 | } |
| 114 | |
| 115 | static void setItem( CompoundObject &o, const InternedString &n, Object &v ) |
| 116 | { |
| 117 | o.members()[n] = &v; |
| 118 | } |
| 119 | |
| 120 | static void delItem( CompoundObject &o, const InternedString &n ) |
| 121 | { |
no outgoing calls
no test coverage detected