Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
JSTests
/
stress
/
delete-by-val-with-base-and-subscript-using-same-cell.js
blob: 0217e198539da486c66b44608ff535647ab3ebb1 [
file
] [
log
] [
blame
]
function
foo
(
x
)
{
delete
x
[
x
];
}
noInline
(
foo
);
for
(
let i
=
0
;
i
<
20000
;
i
++)
foo
({});