aboutsummaryrefslogtreecommitdiff
path: root/jerry-core
AgeCommit message (Expand)Author
2018-08-08Revisit unused global functions in jerry-core (#2450)Akos Kiss
2018-08-06Fix a few parser style issues. (#2442)Zoltan Herczeg
2018-08-06Use #include<> for system headers and #include"" for own headers (#2445)Akos Kiss
2018-08-05Simplify redundant condition in jerry-snapshot.c (#2444)Akos Kiss
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-30Improve lexer_expect_object_literal_id option handling (#2436)Robert Fancsik
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-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-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-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-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-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-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-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
2018-06-04Remove the leftover declaration of ecma_op_create_global_environment (#2375)Akos Kiss
2018-06-04Remove legacy public headers (#2372)Akos Kiss
2018-06-03Direct alloc/dealloc implementations for ecma_number_t (#2377)Akos Kiss
2018-06-03Make sure that API function jerry_debugger_send_output is always implemented ...Akos Kiss
2018-06-01Removed unused macro definitions. (#2369)László Langó
2018-05-30Reverse the generation of line info. (#2363)Zoltan Herczeg