Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
js
/
script-tests
/
logical-or-jless.js
blob: eeeea337c94f835a41875e4dd46e2f8368023fce [
file
] [
log
] [
blame
] [
edit
]
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"
);