Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
JSTests
/
stress
/
missing-exception-check-in-GenericArguments-deletePropertyByIndex.js
blob: 13c3a0f426d1011b3958f19db059acb898d7c977 [
file
] [
log
] [
blame
]
function
foo
()
{
delete
arguments
[
2
**
32
-
1
];
}
foo
();