| 108 | } |
| 109 | |
| 110 | MutableArray* HeapArray::getMutableArray(uint32_t i) { |
| 111 | return (MutableArray*)asValue(getMutable(i, internal::kArrayTag)); |
| 112 | } |
| 113 | |
| 114 | /** Promotes a Dict item to a HeapDict (in place) and returns it. |
| 115 | Or if the item is already a HeapDict, just returns it. Else returns null. */ |
no outgoing calls
no test coverage detected