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

debug: use arrow functions for lexical this #7415

Closed
wants to merge 3 commits into from

Conversation

originalfoo
Copy link
Contributor

@originalfoo originalfoo commented Jun 25, 2016

Checklist
  • make -j4 test (UNIX) or vcbuild test nosign (Windows) passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

debug

( specifically: lib/_debug_agent.js )

Description of change

Use arrow functions to replace 3x var self = this; ... function() { self.whatever() } pattern.

See #7414 for more details.

@mscdex
Copy link
Contributor

mscdex commented Jun 25, 2016

@cjihrig
Copy link
Contributor

cjihrig commented Jun 27, 2016

LGTM

2 similar comments
@jasnell
Copy link
Member

jasnell commented Jun 27, 2016

LGTM

@mscdex
Copy link
Contributor

mscdex commented Jun 27, 2016

LGTM

@jasnell
Copy link
Member

jasnell commented Aug 18, 2016

New CI since it appears this fell through the cracks: https://ci.nodejs.org/job/node-test-pull-request/3742/

jasnell pushed a commit that referenced this pull request Aug 18, 2016
Refs: #7414
PR-URL: #7415
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
@jasnell
Copy link
Member

jasnell commented Aug 18, 2016

Landed in a9387db!

@jasnell jasnell closed this Aug 18, 2016
evanlucas pushed a commit that referenced this pull request Aug 24, 2016
Refs: #7414
PR-URL: #7415
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
Refs: #7414
PR-URL: #7415
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
Refs: #7414
PR-URL: #7415
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
Refs: #7414
PR-URL: #7415
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
Refs: #7414
PR-URL: #7415
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
Refs: #7414
PR-URL: #7415
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants