integer test_bc173 array Comparison_nextFree178 integer Comparison_firstFree421 integer Comparison_maxIndex211 array Comparison_typeId824 integer test_bc173 = { clVar_197 = alloc_Comparison_test611(); >>> this_142} integer Comparison_firstFree421 = 0 integer Comparison_maxIndex211 = 0 function initGlobals154() { } function main187() { initGlobals154(); init_test202(); } function config530() { } function init_test202() { local integer this142 if (Comparison_firstFree_421 == 0) { if (Comparison_maxIndex_211 < 32768) { Comparison_maxIndex_211 = (Comparison_maxIndex_211 + 1); this_142 = Comparison_maxIndex_211; Comparison_typeId_824[this_142] = 2; } else { error107("Out of memory: Could not create Comparison_test."); this_142 = 0; }; } else { Comparison_firstFree_421 = (Comparison_firstFree_421 - 1); this_142 = Comparison_nextFree_178[Comparison_firstFree_421]; Comparison_typeId_824[this_142] = 2; }; test_bc_173 = this_142; if dispatch_Comparison_test_Comparison_leq144(test_bc_173, booleanToIndex175(false), booleanToIndex175(true)) { testSuccess108(); } else { }; } function booleanToIndex175(boolean b194) returns integer { if b_194 { return 1; } else { }; return 0; } IS_NATIVE function testSuccess108() { } function error107(string msg610) { $debugPrint253((msg_610 + (" " + #getStackTrace()))); } function dispatch_Comparison_test_Comparison_leq144(integer this195, any t162, any u178) returns boolean { local boolean b152 if (Comparison_typeId_824[this_195] == 0) { if (this_195 == 0) { error107("Nullpointer exception when calling Comparison.leq"); } else { error107("Called Comparison.leq on invalid object."); }; } else { }; b_152 = (u_178 != 0); return ((t_162 == 0) or b_152); }