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

lib: name anonymous callbacks #21412

Closed
wants to merge 4 commits into from
Closed

Commits on Aug 1, 2018

  1. lib: name anonymous callbacks

    This commit is to help in the effort to name all anonymous
    functions to help when heap debugging. Specifically, this commit
    fixes some anonymous functions used as listeners in the lib/ folder.
    
    Refs: nodejs#8913
    mlrv authored and Trott committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    607ee37 View commit details
    Browse the repository at this point in the history
  2. Improved naming

    mlrv authored and Trott committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    72c2573 View commit details
    Browse the repository at this point in the history
  3. Make linter happy

    mlrv authored and Trott committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    fa194ca View commit details
    Browse the repository at this point in the history
  4. Use arrow function

    mlrv authored and Trott committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    b1e3dc1 View commit details
    Browse the repository at this point in the history