Fix the private field crash for the Array object.#5139
Conversation
|
Good patch. Please add the testcase. |
Added. |
|
Please squash the commits and add DCO to the commit message. |
c7dcf9a to
2c0f9d2
Compare
akosthekiss
left a comment
There was a problem hiding this comment.
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 <robert.sipka@h-lab.eu> JerryScript-DCO-1.0-Signed-off-by: Baihe Jiang <baihe.jiang@outlook.com> JerryScript-DCO-1.0-Signed-off-by: Lily Jiang bhjiang.whu@hotmail.com
8b2faa6 to
cab30e5
Compare
Requested change has been done.
Fix the private field crash in the Array object mentioned in
#5138