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

fs: return stats to JS in sync methods #20167

Closed
wants to merge 2 commits into from

Commits on Apr 20, 2018

  1. fs: return stats to JS in sync methods

    - Reduce reference to the global `statValues` by returning
      the changed stats array from the synchronous methods. Having
      a local returned value also makes the future integration
      of BigInt easier.
    - Also returns the filled array from node::FillGlobalStatsArray
      and node::FillStatsArray in the C++ side.
    joyeecheung committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    2da67d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    bfab4d7 View commit details
    Browse the repository at this point in the history