MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / EnsureBase

Method EnsureBase

src/Array.cpp:1284–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282}
1283
1284void VirtualArray_obj::EnsureBase()
1285{
1286 if (!base)
1287 {
1288 base = new Array_obj<unsigned char>(0,0);
1289 store = arrayInt;
1290 HX_OBJ_WB_GET(this,base);
1291 }
1292}
1293
1294VirtualArray VirtualArray_obj::splice(int inPos, int len)
1295{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected