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