jerryscript-project / jerryscript

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

Fix parsing of invalid private class properties #5144

Closed matetokodi closed 5 months ago

matetokodi commented 5 months ago

Raise syntax error instead of failing with an assert.

Fixes https://github.com/jerryscript-project/jerryscript/issues/5141