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