happy-boy-maker
happy-boy-maker
This patch fixes https://github.com/jerryscript-project/jerryscript/issues/5066 There is a problem there. When size is passed to 0 in lexer_compare_identifier_to_char, because of do while(size > 0) and the size type is uint, it...
This patch fixes https://github.com/jerryscript-project/jerryscript/issues/5069 There is a very obvious problem there. When an anomaly is detected, it is not thrown out in time.
When learning the source code of decimation.js, I found that the newly submitted pr recently modified the calculation formula of acos to avoid the loss of precision when calculating values...
This patch fixes https://github.com/jerryscript-project/jerryscript/issues/5058 JerryScript-DCO-1.0-Signed-off-by: tangbin [email protected]
This patch fixes https://github.com/jerryscript-project/jerryscript/issues/5084 During the property search process, a gc was triggered. During the gc process, ecma_property_hashmap_create (obj_p) was triggered again on the original object, which led to the...
This patch fixes https://github.com/jerryscript-project/jerryscript/issues/5026 Signevior of skipping null values during array processing, which was inconsistent with the mainstream js engine behavior, has been removed. JerryScript-DCO-1.0-Signed-off-by: tangbin [email protected]
This patch fixes https://github.com/jerryscript-project/jerryscript/issues/5061 Fix the access error caused when a class is implemented to be empty JerryScript-DCO-1.0-Signed-off-by: tangbin [email protected]