The js parser goes into an infinite loop if the input file contains this: ``` { ``` The engine loops in the preparse_scope (jerry-core/parser/js/parser.cpp) method.