jerryscript-project / jerryscript

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

Fix class static block opening brace parsing #4942

Closed mnegyokru closed 2 years ago

mnegyokru commented 2 years ago

The next character should not be consumed after finding the static block opening brace. This patch fixes #4916.

JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu