aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-helpers.h
AgeCommit message (Expand)Author
2018-08-08Revisit unused global functions in jerry-core (#2450)Akos Kiss
2018-06-20Remove ECMA_LEXICAL_ENVIRONMENT_OBJECT_BOUND. (#2408)Zoltan Herczeg
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-03-20Support static snapshots. (#2239)Zoltan Herczeg
2018-03-05Remove ecma_get_length_string (#2234)Yuyupo
2018-03-05Improve property search. (#2232)Zoltan Herczeg
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2018-02-27Modified ecma string to utf8 string conversion to reduce binary size. (#2214)László Langó
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2018-02-13Add C API to query the type of a JS value (#2195)Péter Gál
2018-02-07Remove arguments of ecma_new_values_collection. (#2197)Zoltan Herczeg
2018-01-30Add support for aborts. (#2176)Zoltan Herczeg
2018-01-29Improve get characters of a string function.Zoltan Herczeg
2018-01-10Rework ecma collection. (#2153)Zoltan Herczeg
2017-12-19Optimize string concatenation. (#2141)Zoltan Herczeg
2017-12-19Fix conversion warnings (#2126)Robert Sipka
2017-12-11Improve multiplication in vmRobert Fancsik
2017-12-07Remove trivial ecma_number arithmetic functions (#2123)Robert Fancsik
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-08-30Reduce the memory consumption of function objects. (#1954)Zoltan Herczeg
2017-08-10Improve toFixed functionRobert Fancsik
2017-04-18Ensure that const and pure function attributes are used properly (#1739)Akos Kiss
2017-04-12Small improvements for `type` property support. (#1724)Zoltan Herczeg
2017-04-10Add 'type' argument to set/get native handle API (#1711)Zidong Jiang
2017-04-04Remove unused functions (#1710)Zsolt Borbély
2017-03-24Implement %TypedArray%.from and fix the issue #1670 (#1679)Zidong Jiang
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2017-02-22Completely remove internal property support. (#1603)Zoltan Herczeg
2017-01-24Copy the characters of an UTF-8 encoded substring into a specified buffer (#1...Robert Sipka
2017-01-24Organize public and internal parts of memory management (#1539)László Langó
2017-01-13Copy the characters of a cesu-8 encoded substring into a specified buffer (#1...Robert Sipka
2017-01-05Add `jerry_string_to_utf8_char_buffer` API function. (#1501)Robert Sipka
2016-12-16Add parameter names to function declarations. (#1498)Tilmann Scheller
2016-12-16Remove redundant extern keywords from function declarations/definitions. (#1495)Tilmann Scheller
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-12-01Add an API function to calculate the UTF-8 encoded string length from Jerry s...Robert Sipka
2016-11-29Add an API function to calculate the UTF-8 encoded string size from Jerry str...Robert Sipka
2016-11-25Reduce memory consumption of property names.Zoltan Herczeg
2016-11-16Add API functions to create string from a valid UTF-8 string. (#1430)Robert Sipka
2016-11-07All strings whose are valid array indicies always use the UINT32_IN_DESC form...Zoltan Herczeg
2016-10-19Remove several internal property types for primitive objects. (#1399)Zoltan Herczeg
2016-10-19Improve array length setting. (#1393)Zoltan Herczeg
2016-09-19Major property rework: introducing virtual properties.Zoltan Herczeg
2016-09-09Remove several ecma_op_object_get_[own_]property calls.Zoltan Herczeg
2016-08-31Change return value to ecma_value_t for getting internal properties.Zoltan Herczeg
2016-07-13Improve the construction of "length" built-in strings.Zoltan Herczeg
2016-07-03Optimize arithmetic in VM.Zoltan Herczeg