You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@croraf
For your JSON.stringify({ a: undefined }); case, there is this test on master.
For your JSON.stringify() case, there is this test on master.
The JSON.stringify(undefined) case is being addressed in #512
And for your JSON.stringify([6, undefined, 7]) case, there is this test on master.
In Chrome it returns "undefined".
But in the spec https://tc39.es/ecma262/#sec-json.stringify it says:
In boa it panics:
The text was updated successfully, but these errors were encountered: