aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-promise-prototype.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-08-02Merge Promise Guard with ESNEXT (#4725)Tóth Béla
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2020-10-28Add Promise Prototype Dispatcher (#4309)Daniella Barsony
2020-07-24Implement Promise.prototype.onFinally (#3987)Szilagyi Adam
2020-06-30JERRY_BUILTIN_xxx macros should depend on JERRY_ESNEXT (#3920)Csaba Osztrogonác
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-02-14Fix attributes of length property for builtin objects (#3556)Hyukwoo Park
2019-10-24Revise ES2015 feature guards (#3240)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
2017-04-26Implement other routines of Promise (#1729)Zidong Jiang
2017-04-21Generate lit-magic-strings.inc.h (#1690)Akos Kiss
2017-04-12Implement the basic Promise (#1695)Zidong Jiang