Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
missing-exception-check-in-josn-stringifier.js
blob: 8812f6b167f0b3839e7d1e4276895b5fd82662d1 [
file
] [
log
] [
blame
]
//@ runDefault
let p
=
new
Proxy
([],
{
get
:
function
()
{
return
{};
}
});
JSON
.
stringify
(
null
,
p
);