Skip to content

The skipping of null values during array processing has been removed #5241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

happy-boy-maker
Copy link

@happy-boy-maker happy-boy-maker commented Jul 22, 2025

This patch fixes #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]

@zherczeg
Copy link
Member

Was the old code an optimization, which is not working anymore?

@happy-boy-maker
Copy link
Author

Apart from code format errors, no new issues have been introduced in ci. The deleted code seems to skip whenever an empty value is encountered during the array processing, without any further purpose.

inconsistent with the mainstream js engine behavior, has been removed

JerryScript-DCO-1.0-Signed-off-by: tangbin [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Array concatenation exception
2 participants