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

process: make internal/queue_microtask.js more self-contained #25189

Closed
wants to merge 1 commit into from

Commits on Dec 24, 2018

  1. process: make internal/queue_microtask.js more self-contained

    - Instead of passing triggerFatalException through node.js,
      simply put it on `internalBinding('util')` which has to be
      loaded anyway.
    - Expose the implementation of `queueMicrotask` directly instead
      of through an unnecessary factory function.
    joyeecheung committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    cfb7811 View commit details
    Browse the repository at this point in the history