Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
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
{
}