integer A_x169 array Runnable_nextFree164 integer Runnable_firstFree286 integer Runnable_maxIndex192 array Runnable_typeId602 integer A_x169 = 0 integer Runnable_firstFree286 = 0 integer Runnable_maxIndex192 = 0 function initGlobals250() { } function main128() { initGlobals250(); init_A377(); } function config165() { } function init_A377() { local integer this641 if (Runnable_firstFree_286 == 0) { if (Runnable_maxIndex_192 < 32768) { Runnable_maxIndex_192 = (Runnable_maxIndex_192 + 1); this_641 = Runnable_maxIndex_192; Runnable_typeId_602[this_641] = 2; } else { error190("Out of memory: Could not create Runnable_twice_A."); this_641 = 0; }; } else { Runnable_firstFree_286 = (Runnable_firstFree_286 - 1); this_641 = Runnable_nextFree_164[Runnable_firstFree_286]; Runnable_typeId_602[this_641] = 2; }; if (Runnable_typeId_602[this_641] == 0) { if (this_641 == 0) { error190("Nullpointer exception when calling Runnable.run"); } else { error190("Called Runnable.run on invalid object."); }; } else { }; A_x_169 = (A_x_169 + 1); if (Runnable_typeId_602[this_641] == 0) { if (this_641 == 0) { error190("Nullpointer exception when calling Runnable.run"); } else { error190("Called Runnable.run on invalid object."); }; } else { }; A_x_169 = (A_x_169 + 1); if (A_x_169 == 2) { testSuccess482(); } else { }; } IS_NATIVE function testSuccess482() { } function error190(string msg128) { $debugPrint194((msg_128 + (" " + #getStackTrace()))); }