Promotes an Array item to a MutableArray (in place) and returns it. Or if the item is already a MutableArray, just returns it. Else returns null. */
| 63 | /** Promotes an Array item to a MutableArray (in place) and returns it. |
| 64 | Or if the item is already a MutableArray, just returns it. Else returns null. */ |
| 65 | MutableArray* getMutableArray(uint32_t i) {return heapArray()->getMutableArray(i);} |
| 66 | |
| 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. */ |
nothing calls this directly
no outgoing calls
no test coverage detected