aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-03Add total frame counter to backtrace in debugger (#2428)Daniella Barsony
2018-08-01Fix for null pointer dereference in jmem_heap_free_block (#2440)Daniel Balla
2018-07-31Remove unnecessary cbc_code_flag (#2443)Robert Fancsik
2018-07-31Fix broken pipe error in Jerry Debugger (#2427)Daniel Balla
2018-07-30Improve lexer_expect_object_literal_id option handling (#2436)Robert Fancsik
2018-07-23Splitting the debugger and console part of the python debugger (#2406)Tamas Zakor
2018-07-20Simplify source evaluation options. (#2431)Robert Fancsik
2018-07-19Move low-level debugger connection handling into jerry-ext. (#2426)Zoltan Herczeg
2018-07-19Remove jerry_get_arg_value function. (#2425)Zoltan Herczeg
2018-07-18Change ../../libapps paths in TizenRT configuration Makefile (#2429)Tóth Béla
2018-07-18Reduce with stack consumption by 1. (#2430)Zoltan Herczeg
2018-07-16Added literal list loading feature to the snapshot tool. (#2422)László Langó
2018-07-13Fixes for ES2015 classes. (#2424)Zoltan Herczeg
2018-07-13Fix typos in the API documentation. (#2423)Robert Fancsik
2018-07-13Rework JerryScript transport layer. (#2421)Zoltan Herczeg
2018-07-13Implement ES2015 class feature (part I.) (#2404)Robert Fancsik
2018-07-12Add start to backtrace for debugger (#2407)Daniella Barsony
2018-07-11Rework function call. (#2414)Zoltan Herczeg
2018-07-10Optimize JSON `Quote` operation. (#2420)Anthony Calandra
2018-07-03Fix incorrect output from JSON.stringify (#2416)Istvan Miklos
2018-07-03Add %TypedArray%.prototype.fill(value, [ begin [, end ] ]) support. (#2415)Anthony Calandra
2018-07-03Support for %TypedArray%.prototype.set(typedArray [, offset]). (#2405)Anthony Calandra
2018-06-28Add %TypedArray%.prototype.subarray([ begin [, end ] ]) support. (#2410)Anthony Calandra
2018-06-28Replace jerry_value_set_abort_flag with jerry_create_abort_from_value (#2411)Istvan Miklos
2018-06-23Fix escape sequence parsing in lexer_compare_identifier_to_current. (#2409)Zoltan Herczeg
2018-06-22Fix jerry_create_error_from_value (#2403)Istvan Miklos
2018-06-22Add restart command to the debugger (#2401)Imre Kiss
2018-06-21Fix parse_print_final_cbc dump when arguments is used (#2400)Zoltan Herczeg
2018-06-20Remove ECMA_LEXICAL_ENVIRONMENT_OBJECT_BOUND. (#2408)Zoltan Herczeg
2018-06-20Add literal property to the byte code list. (#2397)Zoltan Herczeg
2018-06-20Improve sonarqube analysis to cover more code path. (#2381)László Langó
2018-06-18Fix literal free when show opcodes is enabled. (#2398)Zoltan Herczeg
2018-06-15Add operational mode for jerry_gc API call. (#2385)Zoltan Herczeg
2018-06-14Reduce code duplication between String.charAt and charCodeAt (#2331)Mátyás Mustoha
2018-06-13targets: zephyr: Remove old option from prj.conf (#2396)Paul Sokolovsky
2018-06-13Improve instanceof operator. (#2395)Zoltan Herczeg
2018-06-12Rework 128 bit arithmetics of ecma_utf8_string_to_number (#2392)Akos Kiss
2018-06-12Fix jerry_get_value_from_error (#2394)Istvan Miklos
2018-06-12Use binary mode when opening via fopen in the tools (#2371)Péter Gál
2018-06-11Improve license checker line ending validation (#2391)Péter Gál
2018-06-11Fixed assertion in 're_insert_into_group'. (#2388)László Langó
2018-06-11Fix wrong code order in opfunc_in (#2390)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-06-08Remove the indentation of preprocessor directives. (#2379)László Langó
2018-06-07[targets/tizenrt-artik053] Fix typo in Make.defs (#2387)Robert Sipka
2018-06-06Merged conditions of if statements where possible. (#2380)László Langó
2018-06-06Rework command line handling of build tool (#2373)Akos Kiss
2018-06-05Buildable as shared libraries (#2351)willeio
2018-06-04Declare parser_error_to_string conditionally (#2376)Akos Kiss