Skip to content

domain: refactor to use more primordials - #35885

Closed
aduh95 wants to merge 1 commit into
nodejs:masterfrom
aduh95:domain-refactor-primordials
Closed

domain: refactor to use more primordials#35885
aduh95 wants to merge 1 commit into
nodejs:masterfrom
aduh95:domain-refactor-primordials

Conversation

@aduh95

Copy link
Copy Markdown
Contributor

FWIW I'm using ReflectApply to replace uses of Function.prototype.apply and Function.prototype.call because it has less overhead (see #35838 (review) for more info).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passe
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the domain Issues and PRs related to the domain subsystem. label Oct 30, 2020
@TrottTrott added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 31, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 31, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 mentioned this pull request Nov 1, 2020
2 tasks
@aduh95

Copy link
Copy Markdown
ContributorAuthor

@nodejs/domains can you review this please?

@aduh95aduh95 added the review wanted PRs that need reviews. label Nov 2, 2020
@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 6, 2020
@github-actionsgithub-actionsBot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 6, 2020
@github-actions

Copy link
Copy Markdown
Contributor

Landed in 8fa9035...0ad4f70

nodejs-github-bot pushed a commit that referenced this pull request Nov 6, 2020
PR-URL: #35885
Reviewed-By: Rich Trott <rtrott@gmail.com>
@aduh95
aduh95 deleted the domain-refactor-primordials branch November 6, 2020 22:25
danielleadams pushed a commit that referenced this pull request Nov 9, 2020
PR-URL: #35885
Reviewed-By: Rich Trott <rtrott@gmail.com>
@danielleadamsdanielleadams mentioned this pull request Nov 9, 2020
BethGriggs pushed a commit that referenced this pull request Dec 9, 2020
PR-URL: #35885
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs pushed a commit that referenced this pull request Dec 10, 2020
PR-URL: #35885
Reviewed-By: Rich Trott <rtrott@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Dec 10, 2020
BethGriggs pushed a commit that referenced this pull request Dec 15, 2020
PR-URL: #35885
Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domainIssues and PRs related to the domain subsystem.review wantedPRs that need reviews.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@aduh95@nodejs-github-bot@Trott