array SimpleFunc_nextFree113 integer SimpleFunc_firstFree205 integer SimpleFunc_maxIndex212 array SimpleFunc_typeId338 array v_x652 array v_y133 integer SimpleFunc_firstFree205 = 0 integer SimpleFunc_maxIndex212 = 0 function initGlobals195() { } function main198() { initGlobals195(); init_test937(); } function config174() { } function init_test937() { local integer this979 if (SimpleFunc_firstFree_205 == 0) { if (SimpleFunc_maxIndex_212 < 32768) { SimpleFunc_maxIndex_212 = (SimpleFunc_maxIndex_212 + 1); this_979 = SimpleFunc_maxIndex_212; SimpleFunc_typeId_338[this_979] = 2; } else { error121("Out of memory: Could not create SimpleFunc_test."); this_979 = 0; }; } else { SimpleFunc_firstFree_205 = (SimpleFunc_firstFree_205 - 1); this_979 = SimpleFunc_nextFree_113[SimpleFunc_firstFree_205]; SimpleFunc_typeId_338[this_979] = 2; }; v_x_652[this_979] = 1.; v_y_133[this_979] = 2.; dispatch_SimpleFunc_test_SimpleFunc_call136(this_979); } IS_NATIVE function testSuccess104() { } function error121(string msg195) { $debugPrint650((msg_195 + (" " + #getStackTrace()))); } function dispatch_SimpleFunc_test_SimpleFunc_call136(integer this112) { if (SimpleFunc_typeId_338[this_112] == 0) { if (this_112 == 0) { error121("Nullpointer exception when calling SimpleFunc.call"); } else { error121("Called SimpleFunc.call on invalid object."); }; } else { }; v_x_652[this_112] = v_y_133[this_112]; if (v_x_652[this_112] == v_y_133[this_112]) { testSuccess104(); } else { }; }