Skip to content

src: make InitializeOncePerProcess more flexible - #38888

Closed
codebytere wants to merge 1 commit into
nodejs:masterfrom
codebytere:wrap-v8-platform
Closed

src: make InitializeOncePerProcess more flexible#38888
codebytere wants to merge 1 commit into
nodejs:masterfrom
codebytere:wrap-v8-platform

Conversation

@codebytere

@codebyterecodebytere commented Jun 1, 2021

Copy link
Copy Markdown
Member

This PR adds customizability to InitializeOncePerProcess by adding an overload with a third parameter containing flags which specify which aspects of InitializeOncePerProcess to run.

@codebyterecodebytere added the embedding Issues and PRs related to embedding Node.js in another project. label Jun 1, 2021
@github-actionsgithub-actionsBot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Jun 1, 2021
Comment threadsrc/node.cc Outdated
@codebyterecodebytere changed the title src: add NODE_USE_V8_PLATFORM in InitializeOncePerProcesssrc: make InitializeOncePerProcess more flexibleJun 3, 2021
@codebyterecodebytere added the semver-minor PRs that contain new features and should be released in the next minor version. label Jun 3, 2021
@codebytere
codebytere requested a review from addaleaxJune 3, 2021 10:46
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@codebyterecodebytere removed the needs-ci PRs that need a full CI run. label Jun 3, 2021
Comment threadsrc/node.cc Outdated
Comment threadsrc/node.h Outdated
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@codebytere

codebytere commented Jun 7, 2021

Copy link
Copy Markdown
MemberAuthor

Landed in d8d1d96

codebytere added a commit that referenced this pull request Jun 7, 2021
PR-URL: #38888
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@codebytere
codebytere deleted the wrap-v8-platform branch June 7, 2021 08:41
targos pushed a commit that referenced this pull request Jun 11, 2021
PR-URL: #38888
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@danielleadamsdanielleadams mentioned this pull request Jun 14, 2021
codebytere added a commit to electron/electron that referenced this pull request Jun 24, 2021
codebytere added a commit to electron/electron that referenced this pull request Jun 24, 2021
codebytere added a commit to electron/electron that referenced this pull request Jun 24, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.embeddingIssues and PRs related to embedding Node.js in another project.semver-minorPRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@codebytere@nodejs-github-bot@jasnell@addaleax@joyeecheung@bl-ue@targos