-
58f1b9c3
by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in variable declarations.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
346dc59b
by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in catch statements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
6a561c47
by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in function expressions.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
1100bd7f
by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in function parameter lists.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
8d3319d0
by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in labelled statements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
5569c805
by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in expressions.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>