Searched refs:test_helper_for_ics (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
D | comparison-ops-and-undefined.js | 30 function test_helper_for_ics(func, b1, b2, b3, b4) { function 50 test_helper_for_ics(less_1, false, false, false, false); 62 test_helper_for_ics(greater_1, false, false, false, false); 74 test_helper_for_ics(less_equal_1, true, false, false, false); 86 test_helper_for_ics(greater_equal_1, true, false, false, false); 98 test_helper_for_ics(equal_1, true, false, false, true); 110 test_helper_for_ics(strict_equal_1, true, false, false, true); 122 test_helper_for_ics(not_equal_1, false, true, true, false);
|