integer test_bc442 array Comparison_nextFree137 integer Comparison_firstFree137 integer Comparison_maxIndex294 array Comparison_typeId178 integer test_bc442 = { clVar_459 = alloc_Comparison_test149(); >>> this_979} integer Comparison_firstFree137 = 0 integer Comparison_maxIndex294 = 0 function initGlobals540() { } function main739() { initGlobals540(); init_test125(); } function config222() { } function init_test125() { local integer this979 if (Comparison_firstFree_137 == 0) { if (Comparison_maxIndex_294 < 32768) { Comparison_maxIndex_294 = (Comparison_maxIndex_294 + 1); this_979 = Comparison_maxIndex_294; Comparison_typeId_178[this_979] = 2; } else { error294("Out of memory: Could not create Comparison_test."); this_979 = 0; }; } else { Comparison_firstFree_137 = (Comparison_firstFree_137 - 1); this_979 = Comparison_nextFree_137[Comparison_firstFree_137]; Comparison_typeId_178[this_979] = 2; }; test_bc_442 = this_979; if dispatch_Comparison_test_Comparison_leq875(test_bc_442, booleanToIndex210(false), booleanToIndex210(true)) { testSuccess744(); } else { }; } function booleanToIndex210(boolean b224) returns integer { if b_224 { return 1; } else { }; return 0; } IS_NATIVE function testSuccess744() { } function error294(string msg570) { $debugPrint137((msg_570 + (" " + #getStackTrace()))); } function dispatch_Comparison_test_Comparison_leq875(integer this102, any t913, any u417) returns boolean { local boolean b101 if (Comparison_typeId_178[this_102] == 0) { if (this_102 == 0) { error294("Nullpointer exception when calling Comparison.leq"); } else { error294("Called Comparison.leq on invalid object."); }; } else { }; b_101 = (u_417 != 0); return ((t_913 == 0) or b_101); }