Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
bytecode-for-rmw-with-invalid-right-side.js
blob: fb3cc80e01b676497407a61141474e200809f99a [
file
] [
log
] [
blame
]
//@ runDefault("--validateBytecode=1")
try
{
x
||=
y
()=
0
x
||=(
y
()++)
x
||=(++
y
())
x
||=(
y
()+=
0
)
x
||=(
y
()||=
0
)
}
catch
(
e
)
{
}