aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/jerry-api.h
AgeCommit message (Expand)Author
2017-02-16Add jerryscript.h and mark jerry-api.h as deprecated (#1579)Péter Gál
2017-02-14Initial version of JerryScript debugger (#1557)Levente Orban
2017-01-24Copy the characters of an UTF-8 encoded substring into a specified buffer (#1...Robert Sipka
2017-01-24These changes are designed to enable the TI compilers to compile (#1505)t-harvey
2017-01-13Copy the characters of a cesu-8 encoded substring into a specified buffer (#1...Robert Sipka
2017-01-11[API] Introduce jerry_parse_and_save_literals() (#1500)Zsolt Borbély
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-13Add `JERRY_FEATURE_JS_PARSER` to compile time enabled feature types. (#1487)Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-05Add API function to check if the specified feature is enabled. (#1465)Robert Sipka
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-16Add API functions to create string from a valid UTF-8 string. (#1430)Robert Sipka
2016-08-26Correct the documentationZsolt Borbély
2016-08-14Add two new API functions: jerry_create_number_infinity and jerry_create_numb...Zoltan Herczeg
2016-08-11Follow-up refactoring of logging-related partsAkos Kiss
2016-07-15Move log level to default portLászló Langó
2016-07-14Implement IO port APILászló Langó
2016-07-12Update API reference to the new APILászló Langó
2016-07-11Update Jerry APILászló Langó
2016-06-29Check error values in API functionsLászló Langó
2016-06-24Update API referenceLászló Langó
2016-06-24Add new API functionLászló Langó
2016-06-16Add conversion API functionsLászló Langó
2016-06-16Update jerry APILászló Langó
2016-06-14Use 'ecma_value_t' in API tooLászló Langó
2016-06-08Update API functionsLászló Langó
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-03-11Add acquire_value API to simplify caller codeFrançois Baldassari
2016-03-08Fix problems arising from incorrect use of various size typesAkos Kiss
2016-03-07Print error messages to be more informativeLászló Langó
2016-02-19Remove EXTERN_C macros and use block based solutionLászló Langó
2016-02-16Warning fixes.Robert Sipka
2016-02-05Style fix: align pointer dereference operator to rightLászló Langó
2016-01-13JerryScript api improvemts accordign to jerry_api_value_t struct.István Kádár
2015-12-02Adding Jerry api for triggering gc.Ilyong Cho
2015-12-02Add foreach function for inquiry properties into objpius.lee
2015-09-28Remove argument names in function prototypes, declared in headers; fix '*' al...Ruben Ayrapetyan
2015-09-09Implement snapshot functionality.Andrey Shitov
2015-08-11Jerry API for array creation and manipulationchunseok lee
2015-06-29Add core unicode functionality.Andrey Shitov
2015-06-29Change ecma_length_t and jerry_api_length_t from uint16_t to uint32_t.Andrey Shitov
2015-06-29Remove exit completion value type.Ruben Ayrapetyan
2015-06-09New External Magic String API to save heap memorySaeHie Park
2015-05-20Implemented jerry_api_create_error()Ilyong Cho
2015-05-14Add new coding style rules and fix appeared issues.Andrey Shitov
2015-05-10Fix object free callback.SaeHie Park
2015-05-04Native callback in embedding jerry when object is to be freed.SaeHie Park
2015-04-18Interface jerry_api_eval for performing eval operation.Ruben Ayrapetyan