Home
last modified time | relevance | path

Searched refs:small_select (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/compiler/
Dregress-gap.js30 function small_select(n, v1, v2) { function
112 assertEquals(1, small_select(0, 1, 2));
113 assertEquals(2, small_select(1, 1, 2));
114 assertEquals(1, small_select(10, 1, 2));