pokemon-showdown/test
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
..
application Rename CommandParser to Chat 2016-09-30 18:31:15 -07:00
chat-plugins Rename CommandParser to Chat 2016-09-30 18:31:15 -07:00
dev-tools/eslint Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00
simulator Performance: replace direct references to arguments with rest parametres (#2818) 2016-10-04 16:29:14 -07:00
.eslintrc Modify data and mods files to follow style rules 2016-01-01 00:18:00 +01:00
assert.js Performance: replace direct references to arguments with rest parametres (#2818) 2016-10-04 16:29:14 -07:00
common.js Test: Fix misc issues 2016-06-17 08:41:58 -05:00
main.js Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00
mocha.opts Implement assert extensions to enhance the test suite 2016-06-15 08:54:18 -05:00