We still have a failure in the JSC inherited layout test. I've identified
the
failing case and I'll create a patch for it.
https://codereview.chromium.org/146623009/diff/110001/src/json.js
File src/json.js (right):
https://codereview.chromium.org/146623009/diff/110001/src/json.js#newcode221
src/json.js:221: if (IS_STRING(item) && !(item in seen_properties)) {
We are not handling IS_OBJECT correctly here.
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-json.stringify
4. Else if Type(v) is Object then,
a. If v has a [[StringData]] or [[NumberData]] internal slot, then let
item be ToString(v).
https://codereview.chromium.org/146623009/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.