aboutsummaryrefslogtreecommitdiff
path: root/tests/unit-core/test-api.c
AgeCommit message (Expand)Author
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-10-01Change error message description (#4785)Zoltan Herczeg
2021-08-11Support parsing of scripts / functions stored in string values (#4728)Zoltan Herczeg
2021-07-27Change resource name to a string. (#4724)Zoltan Herczeg
2021-06-24Remove jerry_get_boolean_value (#4685)Gergo Csizi
2021-05-26Fix documentation and add back some tests (#4673)Gergo Csizi
2021-04-19Add reference support for native pointers. (#4615)Zoltan Herczeg
2021-04-13Add info to external pointer free callback. (#4642)Zoltan Herczeg
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)Zoltan Herczeg
2021-03-08Refactor jerry_property_descriptor_t to use status flags (#4594)Peter Marki
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2021-02-04Fix lexical declaration check for let variables (#4529)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2020-07-01Improve the JSON C API (#3943)Péter Gál
2020-05-22Fix vera++ rule to find expressions without space after parentheses (#3776)Rafal Walczyna
2020-03-27Implement Proxy object [[setPrototypeOf]] internal method (#3631)Szilagyi Adam
2020-03-26Implement Proxy object [[getPrototypeOf]] internal method (#3623)Szilagyi Adam
2020-02-28Implement the core of Proxy object (#3562)Robert Fancsik
2020-02-21Fix lexical scoping between scripts (#3558)Dániel Bátyai
2020-02-07[[Prototype]] object's reference count should be increased by jerry_get_proto...v2.2.0Robert Fancsik
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2019-09-16Fix stack overflow in unit-core/test-api.c (#3125)Csaba Osztrogonác
2019-08-06Don't use VLA's in unit tests and API examples (#3002)Csaba Osztrogonác
2019-07-17Refactor memory management (#2954)Dániel Bátyai
2019-07-11Include file path in Syntax error messages (#2941)Dániel Bátyai
2019-06-20Improve JS object native pointer unit test (#2915)Gabriel Schulhof
2019-04-18Add missing jerry_release_value by calling jerry_set_property and jerry_set_p...jerry-weng
2019-04-16Allow the JS objects to have more than one native pointer data (#2814)Robert Fancsik
2019-03-28Fixed 'jerry_get_object_keys' API function. (#2807)László Langó
2019-01-21Fix out-of-bounds writes (buffer overflows) in unit tests (#2714)Akos Kiss
2018-11-28Seperate tests from test-api.c - Property (#2596)Tóth Béla
2018-11-22Typo fixes related to jerry_json_stringify (#2611)Daniel Balla
2018-10-30Seperate tests from test-api.c - Strings (#2564)Tóth Béla
2018-09-17Don't use `strlen` for string literals (#2517)Akos Kiss
2018-08-30Remove character pointer typedefs (#2492)Akos Kiss
2018-07-20Simplify source evaluation options. (#2431)Robert Fancsik
2018-07-19Remove jerry_get_arg_value function. (#2425)Zoltan Herczeg
2018-06-15Add operational mode for jerry_gc API call. (#2385)Zoltan Herczeg
2018-06-11On simple strings the utf8 substring copy api call created an assert (#2389)Péter Gál
2018-06-11Replace the jerry_value_set_error_flag function with jerry_create_error_from_...Istvan Miklos
2018-05-25Merge jerry_get_value_without_error and jerry_value_clear_error_flag function...Istvan Miklos
2018-05-03Rename the jerry_value_has_error_flag function. (#2290)Istvan Miklos
2018-04-17Rework jerry_parse function. (#2282)Zoltan Herczeg
2018-04-05Add json parse and stringify function to jerryscript c api (#2243)ZsoltRaduska
2018-03-29Fix accessing the contents of a direct string (#2261)Péter Gál
2018-01-30Add support for aborts. (#2176)Zoltan Herczeg
2017-12-13Add api: jerry_get_value_without_error_flag (#2096)Zidong Jiang
2017-10-12Support multiple primary functions in a single snapshot. (#1797)Zoltan Herczeg
2017-09-21Parse functions directly (#2015)Zoltan Herczeg
2017-07-24Add delete_property_by_index to the APIMarko Fabo