aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-promise-prototype.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-08-30Remove redundant checks from builtin-dispatchers (#4741)batizdaniel
2021-08-02Merge Promise Guard with ESNEXT (#4725)Tóth Béla
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2020-12-01Rework built-in processing of JerryScript (#4347)Zoltan Herczeg
2020-10-28Add Promise Prototype Dispatcher (#4309)Daniella Barsony
2020-07-24Implement Promise.prototype.onFinally (#3987)Szilagyi Adam
2020-07-06Use the Invoke method where the ES10 standard says (#3963)Szilagyi Adam
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-04-26Implement other routines of Promise (#1729)Zidong Jiang
2017-04-12Implement the basic Promise (#1695)Zidong Jiang