aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-function-prototype.c
AgeCommit message (Expand)Author
2018-05-15Remove 'useless' variable from function.bind (#2327)Péter Gál
2018-03-21Remove a few ECMA_TRY_CATCH macro usages (#2246)Péter Gál
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2018-02-01Limit maximum number of arguments for apply(). (#2183)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-09-04GC should ignore not fully initialized objects (#1983)rerobika
2017-08-30Reduce the memory consumption of function objects. (#1954)Zoltan Herczeg
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-22Add missing error messages to 'ecma/builtin-objects' (#1443)László Langó
2016-10-25Rework function.bind (#1406)Zoltan Herczeg
2016-10-19Remove several internal property types for primitive objects. (#1399)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-06-21Create extended objects instead of internal properties.Zoltan Herczeg
2016-06-14Rename ecma_is_value_error to ECMA_IS_VALUE_ERROR.Zoltan Herczeg
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-05-17Introduce integer ecma-value representation to reduce the double allocations.Zoltan Herczeg
2016-05-02Check whether the aligned pointers value of the internal properties can be st...Robert Sipka
2016-04-22Don't use pointer compression where the ecma_value can store pointer value di...robertsipka
2016-04-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
2016-03-22Performance optimizationsLászló Langó
2016-03-09Don't use messages for errors by defaultLászló Langó
2016-03-03Rearrange fields of ecma_property_t to be naturally aligned. Packed attribute...Zoltan Herczeg
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka