UglifyJS/test/input/module/expect.js

2 lines
155 B
JavaScript
Raw Permalink Normal View History

2022-05-23 21:45:47 +00:00
function n(){return this||arguments[0]+arguments[1]}function o(){return this||arguments[0]+arguments[1]}console.log(n(n(1,3),5)),console.log(o(o(2,4),6));