Promotes a Dict item to a MutableDict (in place) and returns it. Or if the item is already a HeapDict, just returns it. Else returns null. */
| 67 | /** Promotes a Dict item to a MutableDict (in place) and returns it. |
| 68 | Or if the item is already a HeapDict, just returns it. Else returns null. */ |
| 69 | MutableDict* getMutableDict(uint32_t i) {return heapArray()->getMutableDict(i);} |
| 70 | |
| 71 | using iterator = internal::HeapArray::iterator; |
| 72 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected