blob: d35cfbbd8cb374629bb9342483416580897e7454 [file] [log] [blame]
// This test should not fail exception check validation.
let s = new String();
s.toString = ()=>{}
JSON.stringify(s);