Commit Graph

15 Commits

Author SHA1 Message Date
Fedor
0e2b6e8609 1283712 - Add a mechanism to add notes for an error message. 2019-09-05 20:06:06 +03:00
Fedor
f4a5088c68 1339137 - Don't do Annex B lexical function behavior. 2019-09-05 20:06:00 +03:00
Fedor
c979d57203 1337143 - Tweak the parser to eliminate two complexifying peekTokens where getToken could be used. 2019-09-05 20:05:57 +03:00
Fedor
1531bf5860 1317375 - Implement "Template Literals Revision.." ECMAScript proposal. 2019-09-05 20:05:37 +03:00
Fedor
72a5ed990a 1317374 - Don't do Annex B lexical function behavior when redeclaring a parameter name. 2019-09-05 20:05:35 +03:00
Fedor
91a06d9871 1325157 - Implement a ParserBase class that holds functionality that's identical. 2019-09-05 20:05:23 +03:00
Fedor
07c18a52b1 1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox. 2019-09-05 20:05:17 +03:00
Fedor
8b786c6485 636635 - Do not create named lambda binding for a function created by Function constructor. 2019-09-05 20:05:14 +03:00
Fedor
15f2efd681 1317379 - Disallow generator functions and async functions as direct children of if/else. 2019-09-05 20:05:11 +03:00
Fedor
2382e23ae8 1296814 - Move FunctionDeclaration... 2019-09-05 20:05:08 +03:00
Fedor
184697b9c4 1317153 - Error for incorrect usage of await keyword is not helpful. 2019-09-05 20:05:05 +03:00
Fedor
58fb36de9e 1315815 - Don't treat async or await as a keyword when they contain escapes. 2019-09-05 20:04:59 +03:00
Fedor
ba11f2bc41 Remove useless assert. 2019-07-08 13:07:28 +03:00
Fedor
bafa2e7e3f Update js parser 2019-05-20 09:02:17 +03:00
Fedor
454d000db6 basic source 2019-03-11 13:26:37 +03:00