Sign in
webkit
/
WebKit
/
53c0a6bd89204da525ab0ecc516f8067861dc602
/
.
/
JSTests
/
stress
/
placate-exception-check-validator-in-GenericArguments-put.js
blob: d8d4d30c1fafda7ba0db0434db561ecd4158280a [
file
] [
log
] [
blame
]
function
foo
()
{
const
o
=
new
Proxy
(
arguments
,
{});
o
.
x
=
null
;
}
foo
();