aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-arguments-object.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-02Fix typos in the documentation and related files (#4809)Zsolt Borbély
2021-09-23Add property key filters for built-in functions (#4776)Zoltan Herczeg
2021-09-22Implement built-in flag support for arguments (#4774)Zoltan Herczeg
2021-05-11Support function object retrieval for async functions (#4668)Zoltan Herczeg
2021-04-19Continue replacing duplicate ecma definitions (#4644)Tóth Béla
2021-04-06Remove pseudo array object type from the project (#4643)Zoltan Herczeg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-11Fix mapped arguments legacy argument definition initialization (#4434)Robert Fancsik
2020-11-19Use correct flag when checking for static snapshot in arguments object (#4343)Péter Gál
2020-10-19Don't ref arguments object bytecode in case of static snapshots (#4298)Daniel Balla
2020-10-16Implement proper arguments support (#4289)Zoltan Herczeg
2020-10-08Fix flag handling when creating arguments objects (#4272)Dániel Bátyai
2020-09-28Improve arguments object (#4145)Robert Fancsik