Skip to content

Conversation

@ExE-Boss
Copy link
Contributor

@ExE-BossExE-Boss commented Jan 10, 2021

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.

@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Jan 10, 2021
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 10, 2021
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

PR-URL: nodejs#36866 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pooja D P <[email protected]>
@aduh95aduh95force-pushed the lib/primordials/simplify-uncurry-this branch from 324ea00 to 1a0c5d5CompareJanuary 12, 2021 13:48
@aduh95
Copy link
Contributor

Landed in 1a0c5d5

@aduh95aduh95 merged commit 1a0c5d5 into nodejs:masterJan 12, 2021
@ExE-BossExE-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 <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pooja D P <[email protected]>
@danielleadamsdanielleadams 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 <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pooja D P <[email protected]>
targos pushed a commit that referenced this pull request May 30, 2021
PR-URL: #36866 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pooja D P <[email protected]>
targos pushed a commit that referenced this pull request Jun 5, 2021
PR-URL: #36866 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pooja D P <[email protected]>
@targostargos mentioned this pull request Jun 6, 2021
targos pushed a commit that referenced this pull request Jun 11, 2021
PR-URL: #36866 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pooja D P <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@ExE-Boss@nodejs-github-bot@aduh95@jasnell@addaleax@Lxxyx@PoojaDurgad