summaryrefslogtreecommitdiff
path: root/test/fixtures/global
Commit message (Collapse)AuthorAgeFilesLines
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
| | | | | | | | | | | | | | | A prior io.js era commit inappropriately removed the original copyright statements from the source. This restores those in any files still remaining from that edit. Ref: https://github.com/nodejs/TSC/issues/174 Ref: https://github.com/nodejs/node/pull/10599 PR-URL: https://github.com/nodejs/node/pull/10155 Note: This PR was required, reviewed-by and approved by the Node.js Foundation Legal Committee and the TSC. There is no `Approved-By:` meta data.
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
| | | | | | | The copyright and license notice is already in the LICENSE file. There is no justifiable reason to also require that it be included in every file, since the individual files are not individually distributed except as part of the entire package.
* Update copyright headersRyan Dahl2011-03-141-0/+21
|
* GJSLint part of testsOleg Efimov2010-12-021-3/+3
|
* Modifying test-global to accomodate v8 inter-context 'global' protection.Herbert Vojčík2010-09-081-3/+1
|
* Removing test-global-between-modules.Herbert Vojčík2010-09-082-31/+0
| | | | | Using "global" to push data to require()d modules not supported under NODE_MODULE_CONTEXTS=1.
* Tests for behaviour of 'global'.Herbert Vojčík2010-08-183-0/+37