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: use safe methods from primordials #27096

Closed
wants to merge 3 commits into from

Commits on Apr 5, 2019

  1. lib: use safe methods from primordials

    This changes the primordials to expose built-in prototypes with their
    methods already uncurried.
    The uncurryThis function is therefore moved to the primordials.
    All uses of uncurryThis on built-ins are changed to import the relevant
    prototypes from primordials.
    All uses of Function.call.bind are also changed to use primordials.
    targos committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    7b55ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5504368 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from mscdex

    Co-Authored-By: targos <targos@protonmail.com>
    mscdex and targos committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    0ea900a View commit details
    Browse the repository at this point in the history