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: add internalUtil.kEmptyObject #43159

Merged
merged 20 commits into from
Jun 11, 2022
Merged

Commits on Jun 11, 2022

  1. util: add kEmptyObject to internal/util

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a9b1fd3 View commit details
    Browse the repository at this point in the history
  2. async_hooks: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    dc2a5d7 View commit details
    Browse the repository at this point in the history
  3. child_process: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    20b0df1 View commit details
    Browse the repository at this point in the history
  4. cluster: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    32da6ee View commit details
    Browse the repository at this point in the history
  5. crypto: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    f3376f0 View commit details
    Browse the repository at this point in the history
  6. events: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    9220aca View commit details
    Browse the repository at this point in the history
  7. fs: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    c52454f View commit details
    Browse the repository at this point in the history
  8. http: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a709a71 View commit details
    Browse the repository at this point in the history
  9. http2: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    df68383 View commit details
    Browse the repository at this point in the history
  10. https: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    811cb8f View commit details
    Browse the repository at this point in the history
  11. perf_hooks: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a983d39 View commit details
    Browse the repository at this point in the history
  12. readline: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    8e7e58f View commit details
    Browse the repository at this point in the history
  13. stream: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a0178a1 View commit details
    Browse the repository at this point in the history
  14. test_runner: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    44aa46d View commit details
    Browse the repository at this point in the history
  15. timers: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    cacd72e View commit details
    Browse the repository at this point in the history
  16. tls: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    cade060 View commit details
    Browse the repository at this point in the history
  17. vm: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    0313102 View commit details
    Browse the repository at this point in the history
  18. wasi: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    51e7f75 View commit details
    Browse the repository at this point in the history
  19. worker: use kEmptyObject

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    b1c1f86 View commit details
    Browse the repository at this point in the history
  20. lib: use kEmptyObject in various places

    PR-URL: nodejs#43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and aduh95 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    917fcb2 View commit details
    Browse the repository at this point in the history