Home
last modified time | relevance | path

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

/external/v8/test/webkit/fast/js/kde/
Doperators-expected.txt170 PASS nonSpeculativeGreaterEq(2,1) is true
171 PASS nonSpeculativeGreaterEq(1,2) is false
259 PASS nonSpeculativeGreaterEq('abc', 'abc') is true
260 PASS nonSpeculativeGreaterEq('abcd', 'abc') is true
261 PASS nonSpeculativeGreaterEq('abx', 'abc') is true
262 PASS nonSpeculativeGreaterEq('abc', 'abx') is false
263 PASS nonSpeculativeGreaterEq('abc', 'abx') is false
264 PASS nonSpeculativeGreaterEq('abc', 'abcd') is false
292 PASS nonSpeculativeGreaterEq(NaN, 0) is false
Doperators.js75 function nonSpeculativeGreaterEq(a, b) function