array SimpleFunc_nextFree557 integer SimpleFunc_firstFree199 integer SimpleFunc_maxIndex191 array SimpleFunc_typeId146 array y201 integer SimpleFunc_firstFree199 = 0 integer SimpleFunc_maxIndex191 = 0 function initGlobals137() { } function main690() { initGlobals137(); test790(4); } function config683() { } function test790(integer y498) { local integer this520 if (SimpleFunc_firstFree_199 == 0) { if (SimpleFunc_maxIndex_191 < 32768) { SimpleFunc_maxIndex_191 = (SimpleFunc_maxIndex_191 + 1); this_520 = SimpleFunc_maxIndex_191; SimpleFunc_typeId_146[this_520] = 2; } else { error143("Out of memory: Could not create SimpleFunc_test."); this_520 = 0; }; } else { SimpleFunc_firstFree_199 = (SimpleFunc_firstFree_199 - 1); this_520 = SimpleFunc_nextFree_557[SimpleFunc_firstFree_199]; SimpleFunc_typeId_146[this_520] = 2; }; y_201[this_520] = y_498; if (SimpleFunc_typeId_146[this_520] == 0) { if (this_520 == 0) { error143("Nullpointer exception when calling SimpleFunc.apply"); } else { error143("Called SimpleFunc.apply on invalid object."); }; } else { }; if ((3 + y_201[this_520]) == 7) { testSuccess526(); } else { }; } IS_NATIVE function testSuccess526() { } function error143(string msg200) { $debugPrint212((msg_200 + (" " + #getStackTrace()))); }