RESOLVED FIXED 26640
JSON.stringify needs to special case Boolean objects
https://bugs.webkit.org/show_bug.cgi?id=26640
Summary JSON.stringify needs to special case Boolean objects
Oliver Hunt
Reported 2009-06-22 22:08:09 PDT
Attachments
Special case Boolean (8.80 KB, patch)
2009-06-22 22:34 PDT, Oliver Hunt
ap: review+
Oliver Hunt
Comment 1 2009-06-22 22:34:58 PDT
Created attachment 31705 [details] Special case Boolean
Alexey Proskuryakov
Comment 2 2009-06-22 22:42:31 PDT
Comment on attachment 31705 [details] Special case Boolean r=me. LayoutTests/ChangeLog should mention that you added other primitive tests, not just booleans.
Oliver Hunt
Comment 3 2009-06-22 22:45:30 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/runtime/JSONObject.cpp M LayoutTests/ChangeLog M LayoutTests/fast/js/JSON-stringify-expected.txt M LayoutTests/fast/js/resources/JSON-stringify.js M LayoutTests/fast/js/resources/json2-es5-compat.js Committed r44974
Note You need to log in before you can comment on or make changes to this bug.