aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-array.inc.h
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2020-10-29Add Array Builtin Dispatcher (#4310)Daniella Barsony
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-29Add support for builtin/builtin routine 'name' property (#3810)Robert Fancsik
2020-02-14Fix attributes of length property for builtin objects (#3556)Hyukwoo Park
2019-12-16Add @@species accessor to Array and Promise builtin objects (#3440)Daniel Balla
2019-12-10Implement Array.of method (#3418)Szilagyi Adam
2019-12-03Implement Array.from routine (#3402)Robert Fancsik
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2017-04-21Generate lit-magic-strings.inc.h (#1690)Akos Kiss
2017-03-23Factor out common macro un/definitions used for built-in descriptions (#1678)Akos Kiss
2017-01-17Remove 'OBJECT_ID' from builtin headers. (#1529)László Langó
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-11-29Replace `//` double slash comments with `/* */`. (#1461)Robert Sipka
2016-06-16Improve builtin-property construction.Zoltan Herczeg
2015-07-07Add length property to Array constructorDániel Bátyai
2015-06-29Move char type definitions and magic string processing functions to literal c...Andrey Shitov
2015-02-17Renaming core -> jerry-core.Ruben Ayrapetyan