This website requires JavaScript.
Explore
Help
Sign In
liangsp
/
afu8u
Watch
1
Star
0
Fork
You've already forked afu8u
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
de78c9a6e1
afu8u
/
nashorn
/
test
/
script
/
basic
/
moduleload.js.EXPECTED
7 lines
110 B
Plaintext
Raw
Blame
History
function (exports) {
exports.func = function() {
print("module.func called");
}
}
module.func called
Reference in New Issue
View Git Blame
Copy Permalink