aboutsummaryrefslogtreecommitdiff
path: root/tests/unit-core/test-promise.c
AgeCommit message (Expand)Author
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-06-24Remove jerry_get_boolean_value (#4685)Gergo Csizi
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)Zoltan Herczeg
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2018-09-17Don't use `strlen` for string literals (#2517)Akos Kiss
2018-05-19Simplify run-time feature checks in unit tests (#2339)Akos Kiss
2018-05-03Rename the jerry_value_has_error_flag function. (#2290)Istvan Miklos
2018-04-17Rework jerry_parse function. (#2282)Zoltan Herczeg
2017-12-20Fix unit-test inconsistency for promises (#2152)tkeri
2017-05-18Move the job queue from the ports into jerry-core (#1804)Akos Kiss
2017-05-04Add promise C API (#1796)Zidong Jiang