| 1276 | } |
| 1277 | |
| 1278 | void VirtualArray_obj::CreateEmptyArray(int inLen) |
| 1279 | { |
| 1280 | base = new Array_obj<Dynamic>(inLen,inLen); |
| 1281 | HX_OBJ_WB_GET(this,base); |
| 1282 | } |
| 1283 | |
| 1284 | void VirtualArray_obj::EnsureBase() |
| 1285 | { |
nothing calls this directly
no outgoing calls
no test coverage detected