array SimpleFunc_nextFree413 integer SimpleFunc_firstFree137 integer SimpleFunc_maxIndex529 array SimpleFunc_typeId565 array y882 integer SimpleFunc_firstFree137 = 0 integer SimpleFunc_maxIndex529 = 0 function initGlobals147() { } function main468() { initGlobals147(); init_test119(); } function config842() { } function init_test119() { local integer this175 if (SimpleFunc_firstFree_137 == 0) { if (SimpleFunc_maxIndex_529 < 32768) { SimpleFunc_maxIndex_529 = (SimpleFunc_maxIndex_529 + 1); this_175 = SimpleFunc_maxIndex_529; SimpleFunc_typeId_565[this_175] = 2; } else { error579("Out of memory: Could not create SimpleFunc_test."); this_175 = 0; }; } else { SimpleFunc_firstFree_137 = (SimpleFunc_firstFree_137 - 1); this_175 = SimpleFunc_nextFree_413[SimpleFunc_firstFree_137]; SimpleFunc_typeId_565[this_175] = 2; }; y_882[this_175] = 4; if (SimpleFunc_typeId_565[this_175] == 0) { if (this_175 == 0) { error579("Nullpointer exception when calling SimpleFunc.apply"); } else { error579("Called SimpleFunc.apply on invalid object."); }; } else { }; if ((3 + y_882[this_175]) == 7) { testSuccess319(); } else { }; } IS_NATIVE function testSuccess319() { } function error579(string msg335) { $debugPrint115((msg_335 + (" " + #getStackTrace()))); }