aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-error-prototype.c
AgeCommit message (Expand)Author
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
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-01-05Add `jerry_string_to_utf8_char_buffer` API function. (#1501)Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-29Replace `//` double slash comments with `/* */`. (#1461)Robert Sipka
2016-11-22Add missing error messages to 'ecma/builtin-objects' (#1443)László Langó
2016-08-05Remove compact profile.Robert Sipka
2016-06-21Improve empty checks of ecma stringsLászló Langó
2016-06-16Change return value of 'ecma_ref_ecma_string' to voidLászló Langó
2016-06-16Remove string copyLászló Langó
2016-06-14Rename ecma_is_value_error to ECMA_IS_VALUE_ERROR.Zoltan Herczeg
2016-06-13Modify the usage of ecma_string_to_utf8_string()Zsolt Borbély
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-03-22Performance optimizationsLászló Langó
2016-03-09Don't use messages for errors by defaultLászló Langó
2016-03-08Fix problems arising from incorrect use of various size typesAkos Kiss
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka