Skip to content

lib: use class ... extends in perf_hooks.js - #28495

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:perf-hooks-extends
Closed

lib: use class ... extends in perf_hooks.js#28495
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:perf-hooks-extends

Conversation

@addaleax

Copy link
Copy Markdown
Member

Don’t unnecessarily set the protoype afterwards.

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

Don’t unnecessarily set the protoype afterwards.
@nodejs-github-botnodejs-github-bot added the perf_hooks Issues and PRs related to the implementation of the Performance Timing API. label Jul 1, 2019
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 4, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleax

Copy link
Copy Markdown
MemberAuthor

Landed in 33a8093

@addaleaxaddaleax closed this Jul 6, 2019
@addaleax
addaleax deleted the perf-hooks-extends branch July 6, 2019 17:26
addaleax added a commit that referenced this pull request Jul 6, 2019
Don’t unnecessarily set the protoype afterwards.
PR-URL: #28495
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos pushed a commit that referenced this pull request Jul 20, 2019
Don’t unnecessarily set the protoype afterwards.
PR-URL: #28495
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This was referenced Jul 23, 2019
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.perf_hooksIssues and PRs related to the implementation of the Performance Timing API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@addaleax@nodejs-github-bot@Trott@lpinca@targos@cjihrig@gengjiawen@BridgeAR