jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.87k stars 666 forks source link

Fix the private field crash for the Array object. #5139

Open paintedveil5 opened 2 months ago

paintedveil5 commented 2 months ago

Fix the private field crash in the Array object mentioned in https://github.com/jerryscript-project/jerryscript/issues/5138

zherczeg commented 2 months ago

Good patch. Please add the testcase.

paintedveil5 commented 2 months ago

Good patch. Please add the testcase.

Added.

zherczeg commented 2 months ago

Please squash the commits and add DCO to the commit message.