aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-map-prototype.inc.h
AgeCommit message (Expand)Author
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-07-12Merge Map and Set Guards with Container (#4709)Tóth Béla
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2020-07-24Fix values of properties that reference intrinsic function objects (#4024)Dániel Bátyai
2020-06-30JERRY_BUILTIN_xxx macros should depend on JERRY_ESNEXT (#3920)Csaba Osztrogonác
2020-06-17Add custom dispatcher to Set/Map/WeakSet/WeakMap (#3790)Daniella Barsony
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-06-02Update ES6 Set and Map "size" accessor descriptors (#3826)Rafal Walczyna
2019-12-03Implement Array.from routine (#3402)Robert Fancsik
2019-11-28Change JERRY_ES2015_BUILTIN_ITERATOR macro to JERRY_ES2015. (#3374)Zoltan Herczeg
2019-10-24Revise ES2015 feature guards (#3240)Robert Fancsik
2019-06-24Implement the Map/Set iterator operations (#2882)Robert Fancsik
2019-04-17Rework Map object (#2760)Robert Fancsik
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2019-02-01Implement @@toStringTag well-known symbol related features (#2739)Robert Fancsik
2018-12-19Fix the Map builtin name property (#2648)Robert Fancsik
2018-09-04Implement the core of the map object. (#2447)Zoltan Herczeg