aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-promise.c
AgeCommit message (Expand)Author
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-12-05Add fast path to ecma_op_object_get with magic string. (#2078)Zoltan Herczeg
2017-10-24Rework error to use a global slot to store the error value.Zoltan Herczeg
2017-05-11Remove include jerryscript.h from jrt.h. (#1803)Zoltan Herczeg
2017-05-04Add promise C API (#1796)Zidong Jiang
2017-04-26Implement other routines of Promise (#1729)Zidong Jiang
2017-04-12Implement the basic Promise (#1695)Zidong Jiang