integer test_bc814 array Comparison_nextFree105 integer Comparison_firstFree436 integer Comparison_maxIndex191 array Comparison_typeId210 integer test_bc814 = { clVar_881 = alloc_Comparison_test601(); >>> this_151} integer Comparison_firstFree436 = 0 integer Comparison_maxIndex191 = 0 function initGlobals156() { } function main192() { initGlobals156(); init_test263(); } function config148() { } function init_test263() { local integer this151 if (Comparison_firstFree_436 == 0) { if (Comparison_maxIndex_191 < 32768) { Comparison_maxIndex_191 = (Comparison_maxIndex_191 + 1); this_151 = Comparison_maxIndex_191; Comparison_typeId_210[this_151] = 2; } else { error579("Out of memory: Could not create Comparison_test."); this_151 = 0; }; } else { Comparison_firstFree_436 = (Comparison_firstFree_436 - 1); this_151 = Comparison_nextFree_105[Comparison_firstFree_436]; Comparison_typeId_210[this_151] = 2; }; test_bc_814 = this_151; if dispatch_Comparison_test_Comparison_leq107(test_bc_814, booleanToIndex566(false), booleanToIndex566(true)) { testSuccess114(); } else { }; } function booleanToIndex566(boolean b272) returns integer { if b_272 { return 1; } else { }; return 0; } IS_NATIVE function testSuccess114() { } function error579(string msg294) { $debugPrint195((msg_294 + (" " + #getStackTrace()))); } function dispatch_Comparison_test_Comparison_leq107(integer this421, any t404, any u486) returns boolean { local boolean b166 if (Comparison_typeId_210[this_421] == 0) { if (this_421 == 0) { error579("Nullpointer exception when calling Comparison.leq"); } else { error579("Called Comparison.leq on invalid object."); }; } else { }; b_166 = (u_486 != 0); return ((t_404 == 0) or b_166); }