aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-promise-object.c
AgeCommit message (Expand)Author
2023-11-15Update doxygen and fix documentation (#5106)Máté Tokodi
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-12-15Fix invalid argument reference in Promise.all executor (#4885)Robert Fancsik
2021-11-25Outsource magic error messages (#4821)Csaba Repasi
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-10-28Implement CreateAsyncFromSyncIterator (#4802)Robert Fancsik
2021-10-11Split main promise event filter into multiple filters (#4792)Zoltan Herczeg
2021-09-03Fix prototype of the values returned by Promise.allSettled (#4758)Zoltan Herczeg
2021-08-02Merge Promise Guard with ESNEXT (#4725)Tóth Béla
2021-04-08Remove class id storing for class objects (#4645)Zoltan Herczeg
2021-04-06Remove pseudo array object type from the project (#4643)Zoltan Herczeg
2021-03-22Implement Promise.any and AggregateError Object (#4623)kisbg
2021-03-11Remove jerry_port_track_promise_rejection (#4613)Zoltan Herczeg
2021-03-08Implement Promise.allsettled (#4616)kisbg
2021-02-25Default handlers should count as resolvers (#4611)Zoltan Herczeg
2021-02-24Add filters and more events to Promise callback. (#4605)Zoltan Herczeg
2021-02-24Reduce memory consumption of Promise objects (#4607)Zoltan Herczeg
2021-02-24Add new.target argument to Promise create (#4606)Zoltan Herczeg
2021-02-18Add notification callback for Promise operations (#4595)Zoltan Herczeg
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2021-01-18Introduce jerry_port_track_promise_rejection (#4451)Robert Fancsik
2021-01-17current_new_target -> current_new_target_p (#4478)Yonggang Luo
2021-01-16Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC (#4392)Yonggang Luo
2021-01-15Rename 'this' to 'this_arg' in function arguments (#4476)Robert Fancsik
2020-09-17Improve support for built-in native handlers (#4184)Dániel Bátyai
2020-08-17Added missing object deref in ecma_promise_reject_or_resolve (#4144)kisbg
2020-08-12Append promise reaction values in a gc safe manner (#4127)Dániel Bátyai
2020-07-29Update ToLength operation to conform ES6 spec (#4007)Robert Fancsik
2020-07-27Fix the length values of Promise built-in functions (#4041)Dániel Bátyai
2020-07-24Implement Promise.prototype.onFinally (#3987)Szilagyi Adam
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-07-16Fix GetCapabilitiesExecutor function (#4006)Csaba Osztrogonác
2020-07-10Rework promise internal structures (#3985)Robert Fancsik
2020-06-25Implement yield* operator (#3923)Zoltan Herczeg
2020-06-17Implement async function execution. (#3897)Zoltan Herczeg
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-28Fix Promise thenable. (#3799)Zoltan Herczeg
2020-05-25Optimize Promise data structures. (#3768)Zoltan Herczeg
2020-05-04Added new target support to Promise (#3707)kisbg
2020-03-16Rework the core of class parsing/runtime semantic (#3598)Robert Fancsik
2020-01-10Support iterable objects in Promise.all and Promise.race functions (#3496)Daniel Balla
2019-12-20Support parsing async modifiers for functions. (#3460)Zoltan Herczeg
2019-12-16Add @@species accessor to Array and Promise builtin objects (#3440)Daniel Balla
2019-12-10Revise the usage of the global error value/exception flag (#3426)Robert Fancsik
2019-12-04Fix the global error management on promise operations (#3412)Robert Fancsik
2019-11-29Fix exception handling in ecma_op_create_promise_object (#3385)Robert Fancsik
2019-10-28Introduce new Promise API methods (#3186)Péter Gál