aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-helpers-external-pointers.c
AgeCommit message (Expand)Author
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2017-05-11Remove include jerryscript.h from jrt.h. (#1803)Zoltan Herczeg
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-03-21Style fix: return value comments (#1668)Levente Orban
2017-02-22Completely remove internal property support. (#1603)Zoltan Herczeg
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-08-31Change return value to ecma_value_t for getting internal properties.Zoltan Herczeg
2016-06-21Create extended objects instead of internal properties.Zoltan Herczeg
2016-04-19Use 'ECMA_VALUE_CAN_STORE_UINTPTR_VALUE_DIRECTLY' instead of comparison with ...Robert Sipka
2016-04-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
2016-04-13Doc comment maintenanceAkos Kiss
2016-03-03Rearrange fields of ecma_property_t to be naturally aligned. Packed attribute...Zoltan Herczeg
2016-03-01Fix the format of doxygen comments of output argumentsLászló Langó
2016-02-25Build fix for ALL_IN_ONE.Robert Sipka
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka