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

bootstrap: include v8 and fs modules in the startup snapshot #36943

Closed
wants to merge 3 commits into from

Commits on Feb 19, 2021

  1. src: support serialization of binding data

    This patch adds the SnapshotableObject interface. Native objects
    supporting serialization can inherit from it, implementing
    PrepareForSerialization(), Serialize() and Deserialize()
    to control how the native states should be serialized and
    deserialized.
    
    See doc: https://docs.google.com/document/d/15bu038I36oILq5t4Qju1sS2nKudVB6NSGWz00oD48Q8/edit
    joyeecheung committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    7a633c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed19c32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8da45ff View commit details
    Browse the repository at this point in the history