Sign in
webkit
/
WebKit
/
00d9c36630c3b100532e86e2616da21d7c5e504a
/
.
/
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
();