Searched refs:OrBB (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dlogical-or.js28 function OrBB(x,y) { function
44 assertTrue(OrBB(0, 0));
45 assertTrue(OrBB(1, 0));
46 assertTrue(OrBB(0, 1));
47 assertFalse(OrBB(1, 1));

Completed in 101 milliseconds