Tags: JavaScriptBench/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 [email protected]
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 [email protected] JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]
[[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 [email protected]
Update API version to 2.1.0. (jerryscript-project#3220) Closes jerryscript-project#3104. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác [email protected]
Update API version number (jerryscript-project#3000) JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Add documentation to port API JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
Update the nuttx-stm32f4 target Related issue: jerryscript-project#1202 JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
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 [email protected]