summaryrefslogtreecommitdiff
path: root/js/src/frontend/Parser.cpp
Commit message (Expand)AuthorAge
* Issue #1894 - Part 2: Implement support for nullish coalescing in the JS parserFranklinDM2022-05-21
* Issue #1658 - Part 4: Fix optional chaining assertions and remove unreachable...FranklinDM2022-05-04
* Issue #1658 - Part 1: Implement support for optional chaining in the JS ParserFranklinDM2022-05-04
* Issue #1877 - Resolve RELEASE_OR_BETA conditionals.Moonchild2022-04-19
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Issue #618 - Update code comments for ModuleInstantiateMoonchild2020-07-03
* Issue #1465 - Implement optional catch binding.wolfbeast2020-02-27
* Bug 1352312 - Enable Async Iteration.Gaming4JC2019-12-17
* Bug 1331092 - Part 9: Implement for-await-of.Gaming4JC2019-12-17
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17
* Bug 1343481 - Part 7: Add BytecodeEmitter::emitDotGenerator and make yield/aw...Gaming4JC2019-12-17
* Bug 1343481 - Part 2: Stop using StarGegerator for async function.Gaming4JC2019-12-17
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17
* 1353691 - Report SyntaxError when arrow function has await-identifier in asyn...Gaming4JC2019-07-18
* 1339395 - Part 2: Add parser support for rest and spread object properties.Gaming4JC2019-07-18
* 1339395 - Part 1: Align parse method for object literals to match array liter...Gaming4JC2019-07-18
* Refactor abortIfSyntaxParser after destructringGaming4JC2019-07-18
* 1303703 - Part 3: Syntax parse destructuring assignment patterns.Gaming4JC2019-07-18
* 1303703 - Part 2: Clean-up bits of destructuring parsing which are no longer ...Gaming4JC2019-07-18
* 1303703 - Part 1: Separate binding pattern parsing from object/array literal ...Gaming4JC2019-07-18
* 420857 - Part 4: Report the position of opening bracket for missing bracket e...Gaming4JC2019-07-18
* 420857 - Part 3: Report the position of opening brace for missing brace error...Gaming4JC2019-07-18
* 420857 - Part 2: Report the position of opening brace for missing brace error...Gaming4JC2019-07-18
* 420857 - Part 1: Report the position of opening brace for missing brace error...Gaming4JC2019-07-18
* 1357506 - Remove assert that constructorBox can only be set once when parsing...Gaming4JC2019-07-18
* 1357483 - Stop changing the end position of parenthesized expression ParseNodes.Gaming4JC2019-07-18
* 1216630 - Rename preludeStart and postludeEnd to toStringStart and toStringEn...Gaming4JC2019-07-18
* 1216630 - Print class source when calling toString on the constructor.Gaming4JC2019-07-18
* 1340148 - Disallow function redeclarations at module top level.Gaming4JC2019-07-18
* 104442 - Part 1: Report the position and the kind of previous declaration for...Gaming4JC2019-07-18
* 1339963 - Part 3: Check IdentifierName in ExportClause without from.Gaming4JC2019-07-18
* 1339963 - Part 2: Use MUST_MATCH_TOKEN for contextual keyword where it can be...Gaming4JC2019-07-18
* 1339963 - Part 1: Split Parser::exportDeclaration.Gaming4JC2019-07-18
* 1340089 - Check the binding name in comprehensionFor.Gaming4JC2019-07-18
* 1336783 - followup: Fix rooting.Gaming4JC2019-07-18
* 1336783 - Part 3 - Use simpler macro to avoid internal compiler error on SM-t...Gaming4JC2019-07-18
* 1336783 - Part 2: Remove Parser::checkStrictBinding.Gaming4JC2019-07-18
* 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName.Gaming4JC2019-07-18
* 1283712 - Part 3: Add Parser::errorWithNotes and Parser::errorWithNotesAt.Gaming4JC2019-07-18
* 1339137 - Don't do Annex B lexical function behavior when redeclaring a param...Gaming4JC2019-07-18
* 1337143 - Tweak ExportClause parsing to eliminate a peekToken where a simpler...Gaming4JC2019-07-18
* 1337143 - Tweak NamedImports parsing to eliminate a complexifying peekToken w...Gaming4JC2019-07-18
* 1317375 - Implement "Template Literals Revision / Lifting Template Literal Re...Gaming4JC2019-07-18
* 1317374 - Don't do Annex B lexical function behavior when redeclaring a param...Gaming4JC2019-07-18
* 1325157 - Implement a ParserBase class that holds functionality that's identi...Gaming4JC2019-07-18
* 1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox.Gaming4JC2019-07-18
* 636635 - Do not create named lambda binding for a function created by Functio...Gaming4JC2019-07-18
* 1317379 - Disallow generator functions and async functions as direct children...Gaming4JC2019-07-18
* 1296814 - Move FunctionDeclaration-as-consequent/alternative handling out of ...Gaming4JC2019-07-18
* 1317153 - Provide better error message when errornous syntax possibly match "...Gaming4JC2019-07-18