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