test: make use of globals explicit by Trott · Pull Request #6014 · nodejs/node

@Trott

Use `global` to be explicit that a global variable is intended.

@Trott added vm

Issues and PRs related to the vm subsystem.

test

Issues and PRs related to the tests.

lts-watch-v4.x labels

Apr 2, 2016

Trott added a commit to Trott/io.js that referenced this pull request

Apr 5, 2016
Use `global` to be explicit that a global variable is intended.

PR-URL: nodejs#6014
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Apr 5, 2016
Use `global` to be explicit that a global variable is intended.

PR-URL: #6014
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

This was referenced

Apr 5, 2016

MylesBorins pushed a commit that referenced this pull request

Apr 11, 2016
Use `global` to be explicit that a global variable is intended.

PR-URL: #6014
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>