On 2015/06/18 at 13:01:30, jochen wrote:
what about just adding v8::JSON::Stringify() and use parse/stringify for
serialization?
JSON.stringify doesn't support serialization of cloned or transferred
ArrayBuffers and SharedArrayBuffers.
JSON doesn't really have any extension points in the format for describing
Objects either -- I'd have to
use some key-value pair as a convention for a tag (e.g.
{$type: "ArrayBuffer"}).
Doable, but kind of
ugly.
I suppose I could add a flag or something, but it seems strange to do so if
it
is only for testing.
https://codereview.chromium.org/1185643004/
--
--
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/d/optout.