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: add a js class for Serializer/Dserializer #13541

Closed
wants to merge 6 commits into from

Commits on Jun 8, 2017

  1. v8: add a js class for Serializer/Dserializer

    Calling Serializer/Deserlizer without new crashes node.
    Adding a js class which just inherits cpp bindings.
    
    Fixes: nodejs#13326
    zimbabao committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    b39baec View commit details
    Browse the repository at this point in the history
  2. v8: add a js class for Serializer/Dserializer

    Calling Serializer/Deserlizer without new crashes node.
    Adding a js class which just inherits cpp bindings.
    
    Fixes: nodejs#13326
    zimbabao committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    90c50a6 View commit details
    Browse the repository at this point in the history
  3. v8: add a js class for Serializer/Dserializer

    Calling Serializer/Deserlizer without new crashes node.
    Adding a js class which just inherits cpp bindings.
    Added refression tests.
    
    Fixes: nodejs#13326
    zimbabao committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    e09951d View commit details
    Browse the repository at this point in the history
  4. v8: add a js class for Serializer/Deserializer

    Calling Serializer/Deserializer without new crashes node.
    Adding a js class which just inherits cpp bindings.
    Added regression tests.
    
    Fixes: nodejs#13326
    zimbabao committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    9643c6c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. v8: add a js class for Serializer/Deserializer

    Calling Serializer/Deserializer without new crashes node.
    Adding a js class which just inherits cpp bindings.
    Added regression tests.
    
    Fixes: nodejs#13326
    zimbabao committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    955a1bb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2017

  1. v8: add a js class for Serializer/Deserializer

    Calling Serializer/Deserializer without new crashes node.
    Adding a js class which just inherits cpp bindings.
    Added regression tests.
    
    Fixes: nodejs#13326
    zimbabao committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    1de429c View commit details
    Browse the repository at this point in the history