Skip to content

Conversation

@ezequielgarcia
Copy link
Contributor

These methods are Javascript-accessible so they get an implicit
HandleScope. The extra scope is unneeded and can be dropped.

/cc @bnoordhuis

Checklist
Affected core subsystem(s)

test

@nodejs-github-botnodejs-github-bot added addons Issues and PRs related to native addons. test Issues and PRs related to the tests. labels Jun 21, 2017
@tniessentniessen self-assigned this Jun 22, 2017
@tniessen
Copy link
Member

@bnoordhuis
Copy link
Member

There's a small typo in the commit log (s/unneded/unneeded/) and we don't usually capitalize words in the status line (s/Remove/remove/).

These methods are Javascript-accessible so they get an implicit HandleScope. The extra scope is unneeded and can be dropped. Signed-off-by: Ezequiel Garcia <[email protected]>
@tniessen
Copy link
Member

tniessen commented Jun 28, 2017

New CI before merging: https://ci.nodejs.org/job/node-test-pull-request/8848/

@tniessentniessen changed the title test: Remove unneded HandleScope usagetest: remove unneeded HandleScope usageJun 28, 2017
@tniessen
Copy link
Member

CI is as green as it will get today, landed in ea12038. Thank you for your first contribution! 🎉

tniessen pushed a commit that referenced this pull request Jun 28, 2017
These methods are Javascript-accessible so they get an implicit HandleScope. The extra scope is unneeded and can be dropped. PR-URL: #13859 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Signed-off-by: Ezequiel Garcia <[email protected]>
addaleax pushed a commit that referenced this pull request Jun 29, 2017
These methods are Javascript-accessible so they get an implicit HandleScope. The extra scope is unneeded and can be dropped. PR-URL: #13859 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Signed-off-by: Ezequiel Garcia <[email protected]>
@addaleaxaddaleax mentioned this pull request Jun 29, 2017
addaleax pushed a commit that referenced this pull request Jul 11, 2017
These methods are Javascript-accessible so they get an implicit HandleScope. The extra scope is unneeded and can be dropped. PR-URL: #13859 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Signed-off-by: Ezequiel Garcia <[email protected]>
addaleax pushed a commit that referenced this pull request Jul 18, 2017
These methods are Javascript-accessible so they get an implicit HandleScope. The extra scope is unneeded and can be dropped. PR-URL: #13859 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Signed-off-by: Ezequiel Garcia <[email protected]>
MylesBorins pushed a commit that referenced this pull request Aug 14, 2017
These methods are Javascript-accessible so they get an implicit HandleScope. The extra scope is unneeded and can be dropped. PR-URL: #13859 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Signed-off-by: Ezequiel Garcia <[email protected]>
MylesBorins pushed a commit that referenced this pull request Aug 15, 2017
These methods are Javascript-accessible so they get an implicit HandleScope. The extra scope is unneeded and can be dropped. PR-URL: #13859 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Signed-off-by: Ezequiel Garcia <[email protected]>
MylesBorins pushed a commit that referenced this pull request Aug 16, 2017
These methods are Javascript-accessible so they get an implicit HandleScope. The extra scope is unneeded and can be dropped. PR-URL: #13859 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Signed-off-by: Ezequiel Garcia <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Aug 16, 2017
This was referenced Sep 15, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

addonsIssues and PRs related to native addons.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@ezequielgarcia@tniessen@bnoordhuis@jasnell@cjihrig@MylesBorins@nodejs-github-bot