aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-06jerry_init: Calculate structure part address more safely.zephyr-2.2Paul Sokolovsky
2020-02-06targets: zephyr: Update for Zephyr 2.2Paul Sokolovsky
2020-02-04Add a few missing api version documentation (#3542)Péter Gál
2020-02-03Foreach API methods should not iterate over internal objects (#3537)Péter Gál
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2020-02-03Fix 'arguments' and 'caller' properties lazy listing in ES2015 profile (#3539)Robert Fancsik
2020-02-03For in-of declaration should only throw error after initialization. (#3541)Robert Fancsik
2020-01-28Add strict mode check to for-in and for-of header in parser_parse_for_stateme...Szilagyi Adam
2020-01-24Add missing release value call to Array.prototype.pop fast path. (#3535)Robert Fancsik
2020-01-23Fix array-indexed property name calculation for fast access mode arrays in pr...Robert Fancsik
2020-01-23Update "arguments" and "caller" properties of function object to conform ES6 ...Robert Fancsik
2020-01-23Fix the build with enabled debugger on Windows (#3531)Csaba Osztrogonác
2020-01-21Improve new.target handling in case of eval calls (#3517)Péter Gál
2020-01-20Colon must be expected after computed property name in object destructuring (...Robert Fancsik
2020-01-18Introduce new.target C api (#3522)Péter Gál
2020-01-18Allow API usage in native_free_callbacks (#3515)Daniel Balla
2020-01-17Fix assignment opcode transformation for CBC_PUSH_THIS_LITERAL (#3525)Robert Fancsik
2020-01-17Add missing release value to ecma_op_object_get_property_names (#3524)Robert Fancsik
2020-01-16Always mark the identifers which are propagated to upper level after argument...Zoltan Herczeg
2020-01-16Allow an extra comma before the end of a function call. (#3520)Zoltan Herczeg
2020-01-16Fix new.target invalidity check (#3521)Péter Gál
2020-01-16Add option to list symbols in Object.getOwnPropertyNames() (#3507)Peter Marki
2020-01-16Introduce builtin intrinsic object to share property values between builtin o...Robert Fancsik
2020-01-15Add runtime option "--call-on-exit [FUNCNAME]" to main-unix.c (#3518)Daniel Balla
2020-01-15Add builtin GeneratorFunction support (#3499)Robert Fancsik
2020-01-15Make run-test-suite.py handle crashes properly (#3512)Csaba Osztrogonác
2020-01-14Fix iterator position calculation for array patterns (#3494)Robert Fancsik
2020-01-14Construct non-fast array in ecma_op_array_species_create (#3514)Peter Marki
2020-01-14Correctly handle celestial plane codepoints in ES5.1. (#3510)Zoltan Herczeg
2020-01-14Call filter arguments after the global arguments are parsed. (#3511)Zoltan Herczeg
2020-01-14Add support for new.target (#3469)Péter Gál
2020-01-13Add iterator close support for for-of statement (#3401)Robert Fancsik
2020-01-13Property modifiers should not be checked before an equals. (#3509)Zoltan Herczeg
2020-01-13Nested destructuring binding patterns should inherit the PARSER_PATTERN_ARGUM...Zoltan Herczeg
2020-01-13Update Function.prototype.bind to conform ES6 requirements (#3504)Robert Fancsik
2020-01-13Support nested destructuring patterns in catch header (#3488)Robert Fancsik
2020-01-10Support iterable objects in Promise.all and Promise.race functions (#3496)Daniel Balla
2020-01-10Refactor ecma_builtin_error_prototype_object_to_string to use stringbuilder (...Szilagyi Adam
2020-01-10toNumber operation should handle binary and octal literals (#3471)Virag Orkenyi
2020-01-10Tagged template object references should be released only in post_processing ...Robert Fancsik
2020-01-10Support all literals in 'jerry_get_literals_from_snapshot' when C format is u...László Langó
2020-01-10Add length check to ecma_builtin_array_prototype_object_slice (#3481)Peter Marki
2020-01-08Fix for-of block context creation for empty destructuring pattern (#3492)Robert Fancsik
2020-01-07Add unscopables check to ecma_op_get_value_lex_env_base (#3476)Szilagyi Adam
2020-01-07Throw error for generator function class constructor (#3489)Robert Fancsik
2020-01-07Fix value release in ecma_builtin_typedarray_prototype_map (#3491)Szilagyi Adam
2020-01-07Use Python 3.6 in case of Zephyr target (#3493)Roland Takacs
2020-01-06Fix Array.prototype.reduce and reduceRight (#3487)Csaba Osztrogonác
2020-01-06Refactor ecma_regexp_exec_helper arguments (#3484)Szilagyi Adam
2020-01-06Refactor ecma_op_same_value (#3486)Szilagyi Adam