pokemon-showdown/test/simulator
Ben Davies 54d0ff203a Performance: replace direct references to arguments with rest parametres (#2818)
Replacing direct references to the arguments object of functions with rest
parametres prevents the function from being deoptimized while still allowing
use of arbitrary arguments. This may also fix some minor memory leaks related
to mishandling the arguments object.
2016-10-04 16:29:14 -07:00
..
abilities Tests: Remove unused const 2016-06-26 05:37:17 +04:00
items Test: Use the new common#createBattle method 2016-06-17 05:45:22 -05:00
misc Move text processing from Tools to CommandParser 2016-09-30 18:04:13 -07:00
moves Performance: replace direct references to arguments with rest parametres (#2818) 2016-10-04 16:29:14 -07:00
index.js Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00