Much of the information here is old and outdated!
Visit my new site at exphp.github.io/thpages.
Much of the information here is old and outdated!
Visit my new site at exphp.github.io/thpages.
| // () => { | |
| // hoge; | |
| // } | |
| // | |
| // Of cource, [[Construct]] is not considered. | |
| x = (function (bound, target) { | |
| return function () { | |
| return target.apply(bound, arguments); | |
| }; |