aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-07-20Simplify source evaluation options. (#2431)Robert Fancsik
2018-07-19Remove jerry_get_arg_value function. (#2425)Zoltan Herczeg
2018-07-13Fix typos in the API documentation. (#2423)Robert Fancsik
2018-07-13Rework JerryScript transport layer. (#2421)Zoltan Herczeg
2018-06-28Replace jerry_value_set_abort_flag with jerry_create_abort_from_value (#2411)Istvan Miklos
2018-06-15Add operational mode for jerry_gc API call. (#2385)Zoltan Herczeg
2018-06-12Fix jerry_get_value_from_error (#2394)Istvan Miklos
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-18Remove legacy jerry_get_memory_limits API function and unused configuration m...Akos Kiss
2018-05-09Refactor/fix/document the default port implementation (#2317)Akos Kiss
2018-05-08Update the 'README.md' of the JerryScript profiles. (#2309)László Langó
2018-05-08Fix documentation of port API (#2312)Akos Kiss
2018-05-08Fix sign-conversion warning on gcc when compiling to raspberry pi 2 (#2308)Istvan Miklos
2018-05-04modules: add ability to clear cache (#2300)Gabriel "_|Nix|_" Schulhof
2018-05-03Rename the jerry_value_has_abort_flag function. (#2291)Istvan Miklos
2018-05-03Rename the jerry_value_has_error_flag function. (#2290)Istvan Miklos
2018-04-19Add line info support. (#2286)Zoltan Herczeg
2018-04-17Rework jerry_parse function. (#2282)Zoltan Herczeg
2018-04-11Rework snapshot execution api. (#2270)Zoltan Herczeg
2018-04-05Rework snapshot generation API. (#2259)Zoltan Herczeg
2018-04-05Add finalize_cb to jerry_context_data_manager_t (#2269)Martijn Thé
2018-04-05Add json parse and stringify function to jerryscript c api (#2243)ZsoltRaduska
2018-04-05Improve jerry_is_feature_enabled with object availability information (#2250)ZsoltRaduska
2018-03-29Fix typo and redundant text in the documentation. (#2260)Daniel Vince
2018-03-22Move the sleep function to jerry-port (#2245)imiklos
2018-03-21Add an API to traverse objects by their associated native data (#2236)Gabriel "_|Nix|_" Schulhof
2018-03-20Support static snapshots. (#2239)Zoltan Herczeg
2018-03-01Bugfix: check context manager deinit callback for NULL before calling it (#2222)Martijn Thé
2018-02-13Add C API to query the type of a JS value (#2195)Péter Gál
2018-02-06Introduce C API to query the type of an Error object (#2177)Péter Gál
2018-02-06Add TypedArray C API (#2165)Péter Gál
2018-02-02Update documentation for jerry string to buffer function with suggestions to ...mofosyne
2018-01-30Add support for aborts. (#2176)Zoltan Herczeg
2018-01-25Add ArrayBuffer with user specified bufferPeter Gal
2018-01-11Introduce the Array Buffer C API (#2161)Péter Gál
2018-01-08[jerryx/arg]add jerryx_arg_utf8_string (#2133)Zidong Jiang
2017-12-13Add api: jerry_get_value_without_error_flag (#2096)Zidong Jiang
2017-11-15Fix a small typo in the port API documentation (#2099)Gabor Loki
2017-11-03Add info to documentation about random numbers, initialize srand (#2056)Daniel Balla
2017-10-30jerryx: add jerryx_arg_array (#2052)Zidong Jiang
2017-10-19Fix API docsPeter Gal
2017-10-18Introduce a way to directly save snapshot functions and load them back (#2043)Péter Gál
2017-10-12Support multiple primary functions in a single snapshot. (#1797)Zoltan Herczeg
2017-09-29module extension: add support for canonical name resolution (#2013)Gabriel "_|Nix|_" Schulhof
2017-09-28Fix typo in the debugger documentation (#2027)Daniel Balla
2017-09-22module: Re-implement using library constructors/destructors (#2018)Gabriel "_|Nix|_" Schulhof
2017-09-21Parse functions directly (#2015)Zoltan Herczeg
2017-09-21Rework jerry_debugger_wait_for_client_source to use a callback.Zoltan Herczeg
2017-09-07Send every kind of output to the debugger clientDaniel Balla