Tags: batizdaniel/jerryscript
Tags
Update profile README file (jerryscript-project#4523) Add previously missed new defines to the documentation and update the defines to be in lexicographical order. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
Builtin objects finalization should handle function properties with t… …agged template literal collection (jerryscript-project#3896) This patch fixes jerryscript-project#3893. Co-authored-by: Dániel Bátyai dbatyai@inf.u-szeged.hu JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
[[Prototype]] object's reference count should be increased by jerry_g… …et_prototype (jerryscript-project#3550) This patch ensures that the implementation satisfies the requirements of the public API documentation. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
Update API version to 2.1.0. (jerryscript-project#3220) Closes jerryscript-project#3104. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu
Update API version number (jerryscript-project#3000) JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com
Update the nuttx-stm32f4 target Related issue: jerryscript-project#1202 JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
Refactor flag additions in CMakeLists CMakeLists already contains macros to ease adding compilation and warning flags. This patch: * Ensures that they are used whereever possible. * Adds more macros to help with other flags as well. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu