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