Sign in
webkit
/
WebKit
/
5c46bef7ab98d4e8242fd1cdbd4a8339e4d4801f
/
.
/
JSTests
/
stress
/
for-in-in-structure-property-constant-virtual-register.js
blob: 475d7603629329957eff39f0d0e5657d90bd527c [
file
] [
log
] [
blame
]
try
{
const
v0
=
{
d
:
13.37
};
for
(
const
v1 in v0
)
{
const
v2
=
v1 in
1337
;
}
}
catch
{
}