-
Notifications
You must be signed in to change notification settings - Fork 677
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
Fix the private field crash for the Array object. #5139
Fix the private field crash for the Array object. #5139
Conversation
Good patch. Please add the testcase. |
Added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please squash the commits and add DCO to the commit message. |
c7dcf9a
to
2c0f9d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code seems OK, but the style of the test case addition is completely out of sync with the existing parts of the test case. Should be aligned.
04beb27
to
411a949
Compare
@akosthekiss Please review the latest changes. |
411a949
to
3c8684d
Compare
@robertsipka could you please add new regression tests with the issue numbers for all three? |
I've followed the author's original intention and amended the other two test cases to the test case which was originally included in the PR, but It's actually easier to follow if they are added as regression tests, I modified it. |
3c8684d
to
8b2faa6
Compare
Fixes the following issues: 5097, 5100, 5138 Additional regression test cases added by: Robert Sipka <[email protected]> JerryScript-DCO-1.0-Signed-off-by: Baihe Jiang <[email protected]> JerryScript-DCO-1.0-Signed-off-by: Lily Jiang [email protected]
8b2faa6
to
cab30e5
Compare
Requested change has been done.
Fix the private field crash in the Array object mentioned in
#5138