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

src: migrate to new V8 array API #24613

Closed
wants to merge 3 commits into from

Commits on Nov 24, 2018

  1. src: migrate to new V8 array API

    This change migrates the deprecated V8 Array API to new APIs.
    kt3k committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    b3a0e1f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. src: set maximum of vector

    This addresses the comment in nodejs#24613
    kt3k committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    11230d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. src: refactor src/node_util.cc

    Use static sized data structure
    kt3k committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    3729328 View commit details
    Browse the repository at this point in the history