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