Sign in
webkit
/
WebKit
/
38ee48cd5b03b3b3da7d7e2fe25aedb08de6ed0d
/
.
/
LayoutTests
/
js
/
script-tests
/
logical-or-jless.js
blob: eeeea337c94f835a41875e4dd46e2f8368023fce [
file
] [
log
] [
blame
]
description
(
"This test checks whether the pair of opcodes (less, jtrue) is incorrectly optimized in a LogicalOrNode."
);
var
failMessage
=
"FAIL"
;
var
temp
=
failMessage
||
failMessage
;
var
result
=
1
<
2
||
false
;
shouldBeTrue
(
"result"
);