Commit Graph

31 Commits (ef217a94a8fa752d75ad2854704be90b3d427426)

Author SHA1 Message Date
Fedor ef217a94a8 Implement module type scripting. 2020-07-16 03:48:35 +03:00
Fedor b09c5594de Implement optional catch binding. 2020-04-03 20:52:56 +03:00
Fedor 84d4cb2e76 Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
Fedor 12ab86e3f5 1353691 - Report SyntaxError when arrow function has await-identifier... 2019-09-05 20:07:21 +03:00
Fedor 32bc386753 1339395 - Implement Object Rest/Spread Properties proposal. 2019-09-05 20:07:15 +03:00
Fedor 6083e3130a Refactor abortIfSyntaxParser after destructring. 2019-09-05 20:07:05 +03:00
Fedor d7a91d9be2 1303703 - Syntax parse destructuring patterns. 2019-09-05 20:07:03 +03:00
Fedor 713888bd05 420857 - Syntax error for missing brace should mention the line number of the opening brace. 2019-09-05 20:07:00 +03:00
Fedor d3e6886052 1357506 - Remove assert that constructorBox can only be set once when parsing classes. 2019-09-05 20:06:56 +03:00
Fedor 8d007f4de3 1357483 - Stop changing the end position of parenthesized expression ParseNodes. 2019-09-05 20:06:47 +03:00
Fedor 3464bbc4ce 1216630 - Function.prototype.toString() on class must not return function source code string. 2019-09-05 20:06:35 +03:00
Fedor 0154fa01b6 1340148 - Disallow function redeclarations at module top level. 2019-09-05 20:06:33 +03:00
Fedor bc64f5e333 104442 - JS Engine doesn't appear to know where a variable was declared. 2019-09-05 20:06:29 +03:00
Fedor 269640d89b 1339963 - export {...} without /from/ should check names against Reserved Words. 2019-09-05 20:06:24 +03:00
Fedor 0e170d0294 1340089 - Check the binding name in comprehensionFor. 2019-09-05 20:06:15 +03:00
Fedor 2bb2a37638 1336783 - Remove TokenStream::KeywordIsName. 2019-09-05 20:06:12 +03:00
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