This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
test262
mirror of
https://github.com/tc39/test262.git
Watch
1
Star
0
Fork
You've already forked test262
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fb0a68a2cf
test262
/
implementation-contributed
/
javascriptcore
/
modules
/
aliased-names
/
main.js
11 lines
105 B
JavaScript
Raw
Blame
History
var
a
=
42
;
function
change
(
value
)
{
a
=
value
;
}
export
{
a
}
export
{
a
as
b
}
export
{
change
}
Reference in New Issue
View Git Blame
Copy Permalink