Sign in
webkit
/
WebKit
/
3ee83bd7079b5d32a56631e7e3c8cee2e6830703
/
.
/
JSTests
/
stress
/
to-string-exception-check-release.js
blob: d35cfbbd8cb374629bb9342483416580897e7454 [
file
] [
log
] [
blame
]
// This test should not fail exception check validation.
let s
=
new
String
();
s
.
toString
=
()=>{}
JSON
.
stringify
(
s
);