summary refs log tree commit diff stats
path: root/tests/js/tthismangle.nim
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mangle `this` in the JS backend (#8853)LemonBoy2018-09-031-0/+23
As shown in pragmagic/karax#67 using `this` as parameter name made the codegen output wrong code (and the user didn't notice the errors in the browser console).