Skip to content

src: make env_ and context_ private - #20671

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:contextify_remove_protected_members
Closed

src: make env_ and context_ private#20671
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:contextify_remove_protected_members

Conversation

@danbev

Copy link
Copy Markdown
Contributor

This commit makes the currently protected members env_ and context_
private in node_contextify.h.

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

This commit makes the currently protected members env_ and context_
private in node_contextify.h.
@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. vm Issues and PRs related to the vm subsystem. labels May 11, 2018
@danbev

Copy link
Copy Markdown
ContributorAuthor

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 11, 2018
@danbev

Copy link
Copy Markdown
ContributorAuthor

Landed in fcf2e42.

@danbevdanbev closed this May 14, 2018
@danbev
danbev deleted the contextify_remove_protected_members branch May 14, 2018 03:58
danbev added a commit that referenced this pull request May 14, 2018
This commit makes the currently protected members env_ and context_
private in node_contextify.h.
PR-URL: #20671
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit that referenced this pull request May 14, 2018
This commit makes the currently protected members env_ and context_
private in node_contextify.h.
PR-URL: #20671
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@addaleaxaddaleax mentioned this pull request May 14, 2018
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.c++Issues and PRs that require attention from people who are familiar with C++.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@danbev@jasnell@addaleax@TimothyGu@cjihrig@tniessen@nodejs-github-bot