aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-helpers-value.c
AgeCommit message (Expand)Author
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-18Update Doxygen config file and fix Doxygen warnings (#2324)László Langó
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-03-20Support static snapshots. (#2239)Zoltan Herczeg
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
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-01-10Rework ecma collection. (#2153)Zoltan Herczeg
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-10-24Rework error to use a global slot to store the error value.Zoltan Herczeg
2017-04-18Ensure that const and pure function attributes are used properly (#1739)Akos Kiss
2017-04-13Fix a few issues which can lead to undefined-behaviour (#1730)Zsolt Borbély
2017-04-04Remove unused functions (#1710)Zsolt Borbély
2017-03-21Style fix: return value comments (#1668)Levente Orban
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-09-09Remove several ecma_op_object_get_[own_]property calls.Zoltan Herczeg
2016-09-01Add 32 bit compressed pointer support.Zoltan Herczeg
2016-07-03Optimize arithmetic in VM.Zoltan Herczeg
2016-07-01ecma_make_boolean_value(bool) function is added in order to make ecma_value f...István Kádár
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-03Improve equal operations.Zoltan Herczeg
2016-05-30Optimize conditional jumps.Zoltan Herczeg
2016-05-24When the same value is assigned to a property, and its referenceZoltan Herczeg
2016-05-23Add ecma_fast_copy_value and ecma_fast_free_value to improve performance of h...Zoltan Herczeg
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-05-18Integer acceleration for basic arithmetic and comparison.Zoltan Herczeg
2016-05-17Introduce integer ecma-value representation to reduce the double allocations.Zoltan Herczeg
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-15Refactor ecma value to store pointers directly in ecma values rather than com...Zoltan Herczeg
2016-04-13Doc comment maintenanceAkos Kiss
2016-03-24Fix compile warnings about always_inline functions in GCC 5.2.0Geoff Gustafson
2016-03-22Performance optimizationsLászló Langó
2016-02-29Replace bit field manipulation functions with macrosAkos Kiss
2016-02-25Build fix for ALL_IN_ONE.Robert Sipka
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka