Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: remove redundant calls to v8::HandleScope #20110

Closed

Conversation

ryzokuken
Copy link
Contributor

Blocked for #20045

Remove redundant calls to v8::HandleScope in the contructor and
destructor for the AsyncScope class

Refs: #19972 (comment)
Refs: #20045

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

cc @hashseed @addaleax @nodejs/v8

Remove redundant calls to v8::HandleScope in the contructor and
destructor for the AsyncScope class

Refs: nodejs#19972 (comment)
Refs: nodejs#20045
@ryzokuken ryzokuken added the blocked PRs that are blocked by other issues or PRs. label Apr 17, 2018
@ryzokuken ryzokuken self-assigned this Apr 17, 2018
@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Apr 17, 2018
@apapirovski
Copy link
Member

apapirovski commented Apr 17, 2018

Couldn't this just happen inside #20045 since it's so highly related?

@ryzokuken
Copy link
Contributor Author

@apapirovski Makes sense. I will just push this commit to that branch.

@ryzokuken ryzokuken closed this Apr 17, 2018
@ryzokuken
Copy link
Contributor Author

Wait, what? Blooper, this was already done in #20045 anyway. I saw two calls and didn't realize that the PR hadn't landed yet and these were the exact same calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked PRs that are blocked by other issues or PRs. c++ Issues and PRs that require attention from people who are familiar with C++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants