array SimpleFunc_nextFree143 integer SimpleFunc_firstFree490 integer SimpleFunc_maxIndex448 array SimpleFunc_typeId183 array y277 integer SimpleFunc_firstFree490 = 0 integer SimpleFunc_maxIndex448 = 0 function initGlobals146() { } function main465() { initGlobals146(); test177(4); } function config116() { } function test177(integer y795) { local integer this987 if (SimpleFunc_firstFree_490 == 0) { if (SimpleFunc_maxIndex_448 < 32768) { SimpleFunc_maxIndex_448 = (SimpleFunc_maxIndex_448 + 1); this_987 = SimpleFunc_maxIndex_448; SimpleFunc_typeId_183[this_987] = 2; } else { error165("Out of memory: Could not create SimpleFunc_test."); this_987 = 0; }; } else { SimpleFunc_firstFree_490 = (SimpleFunc_firstFree_490 - 1); this_987 = SimpleFunc_nextFree_143[SimpleFunc_firstFree_490]; SimpleFunc_typeId_183[this_987] = 2; }; y_277[this_987] = y_795; if (SimpleFunc_typeId_183[this_987] == 0) { if (this_987 == 0) { error165("Nullpointer exception when calling SimpleFunc.apply"); } else { error165("Called SimpleFunc.apply on invalid object."); }; } else { }; if ((3 + y_277[this_987]) == 7) { testSuccess776(); } else { }; } IS_NATIVE function testSuccess776() { } function error165(string msg163) { $debugPrint758((msg_163 + (" " + #getStackTrace()))); }