This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
632da2a393
node
/
test
/
fixtures
/
global
/
plain.js
5 lines
80 B
JavaScript
Raw
Normal View
History
Unescape
Escape
GJSLint part of tests
2010-12-03 09:03:18 +08:00
foo
=
'foo'
;
global
.
bar
=
'bar'
;
Tests for behaviour of 'global'.
2010-08-18 23:47:36 +08:00
GJSLint part of tests
2010-12-03 09:03:18 +08:00
exports
.
fooBar
=
{
foo
:
global
.
foo
,
bar
:
bar
}
;