Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
js
/
script-tests
/
constant-encoding.js
blob: 2f4d6de3cd7205a1d38738f76d6ab332a0526a20 [
file
] [
log
] [
blame
]
description
(
"Test that we correctly encode patterned immediate values"
);
shouldBeFalse
(
"0 >= 0x01000100"
)
shouldBeFalse
(
"0 >= 0x01010000"
)
shouldBeFalse
(
"0 >= 0x00000101"
)
shouldBeFalse
(
"0 >= 0x00010001"
)
shouldBeFalse
(
"0 >= 0x01010101"
)