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