Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8: expose new V8 5.5 serialization API #11048

Closed
wants to merge 3 commits into from

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    5ae0d86 View commit details
    Browse the repository at this point in the history
  2. v8: expose new V8 serialization API

    Expose the new serialization API that was added in V8 5.5 to userland.
    The JS API is virtually a direct copy of what V8 provides on the
    C++ level.
    
    This is useful Node as a possible replacement for some internals
    that currently use JSON, like IPC, but is likely to be useful to
    general userland code as well.
    addaleax committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    9db1853 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3decc4 View commit details
    Browse the repository at this point in the history