summaryrefslogtreecommitdiff
path: root/js/src/frontend
Commit message (Expand)AuthorAge
* Bug 1343481 - Part 7: Add BytecodeEmitter::emitDotGenerator and make yield/aw...Gaming4JC2019-12-17
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...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
* Issue mcp-graveyard/UXP#1284 - Implement /s (dotAll) for regular expressions,...wolfbeast2019-11-18
* Revert "Issue mcp-graveyard/UXP#1284 - Implement /s (dotAll) for regular expr...wolfbeast2019-11-18
* Issue mcp-graveyard/UXP#1284 - Implement /s (dotAll) for regular expressions.wolfbeast2019-11-18
* 1353691 - Report SyntaxError when arrow function has await-identifier in asyn...Gaming4JC2019-07-18
* 1339395 - Part 7: Remove no longer needed check for jsid strings which are in...Gaming4JC2019-07-18
* 1339395 - Part 3: Add BytecodeEmitter support for object rest and spread prop...Gaming4JC2019-07-18
* 1339395 - Part 2: Add parser support for rest and spread object properties.Gaming4JC2019-07-18
* Refactor Token& nextTokenGaming4JC2019-07-18
* 1339395 - Part 1: Align parse method for object literals to match array liter...Gaming4JC2019-07-18
* 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret...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
* 1342273 - Improve frontend tracelogging. [PARTIAL] Only implemented const to ...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
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.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
* 1326454 - Don't report an error when SourceCoords::add fails, because it fail...Gaming4JC2019-07-18
* 1326454 - Add assertions to TokenStream::skipChars{,IgnoreEOL} verifying EOF ...Gaming4JC2019-07-18
* 1326454 - Make TokenStream::skipChars{,IgnoreEOL} accept an unsigned integral...Gaming4JC2019-07-18
* 1326454 - Make TokenStream::peekChar's signature fallible.Gaming4JC2019-07-18
* 1326454 - Rename TokenStream::getBracedUnicode to TokenStream::matchBracedUni...Gaming4JC2019-07-18
* 1326454 - Introduce TokenStream::warning that warns at the current offset.Gaming4JC2019-07-18