FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

lib: simplify `primordials.uncurryThis` by ExE-Boss · Pull Request #36866 · nodejs/node · GitHub

/ node Public

lib: simplify primordials.uncurryThis - #36866

Merged
aduh95 merged 1 commit into
nodejs:masterfrom
ExE-Boss:lib/primordials/simplify-uncurry-this
Jan 12, 2021
Merged

lib: simplify primordials.uncurryThis#36866
aduh95 merged 1 commit into
nodejs:masterfrom
ExE-Boss:lib/primordials/simplify-uncurry-this

Conversation

ExE-Boss commented Jan 10, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

While working on #36865, it occurred to me that:

Function.prototype.call.bind(Function.prototype.bind, Function.prototype.call)

is equivalent to:

Function.prototype.bind.bind(Function.prototype.call)

except that it saves us one indirection through Function.prototype.call.

aduh95 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Jan 10, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 10, 2021

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

PR-URL: nodejs#36866
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
aduh95 force-pushed the lib/primordials/simplify-uncurry-this branch from 324ea00 to 1a0c5d5 Compare January 12, 2021 13:48

aduh95 commented Jan 12, 2021

Copy link
Copy Markdown
Contributor

Landed in 1a0c5d5

aduh95 merged commit 1a0c5d5 into nodejs:master Jan 12, 2021
ExE-Boss deleted the lib/primordials/simplify-uncurry-this branch January 12, 2021 15:14
danielleadams pushed a commit that referenced this pull request Jan 13, 2021
PR-URL: #36866
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
danielleadams mentioned this pull request Jan 13, 2021
targos pushed a commit that referenced this pull request May 25, 2021
PR-URL: #36866
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
targos pushed a commit that referenced this pull request May 30, 2021
PR-URL: #36866
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
targos pushed a commit that referenced this pull request Jun 5, 2021
PR-URL: #36866
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
targos pushed a commit that referenced this pull request Jun 11, 2021
PR-URL: #36866
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL