-
Notifications
You must be signed in to change notification settings - Fork 672
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
base: master
Are you sure you want to change the base?
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.
JerryScript-DCO-1.0-Signed-off-by: Baihe Jiang <[email protected]>
04beb27
to
411a949
Compare
Fix the private field crash in the Array object mentioned in
#5138