| Commit message (Expand) | Author | Age | Lines |
* | Bug 1454285 - Part 2: Disallow using innermostEmitterScope while the value do... | Gaming4JC | 2019-12-17 | -32/+76 |
* | Bug 1454285 - Part 1: Specify the current scope when emitting await and .gene... | Gaming4JC | 2019-12-17 | -49/+81 |
* | Bug 1352312 - Enable Async Iteration. | Gaming4JC | 2019-12-17 | -20/+0 |
* | Bug 1379525 - Part 1: Await on the value before yielding or returning inside ... | Gaming4JC | 2019-12-17 | -9/+21 |
* | Bug 1364608 - Stash rval in AsyncIteratorClose. | Gaming4JC | 2019-12-17 | -2/+16 |
* | Bug 1331092 - Part 11: Await on the innerResult.value when innerResult.done i... | Gaming4JC | 2019-12-17 | -0/+9 |
* | Bug 1331092 - Part 9: Implement for-await-of. | Gaming4JC | 2019-12-17 | -11/+57 |
* | Bug 1331092 - Part 7: Implement Async Generator yield*. | Gaming4JC | 2019-12-17 | -13/+125 |
* | Bug 1331092 - Part 2: Implement Async Generator except yield*. | Gaming4JC | 2019-12-17 | -16/+54 |
* | Bug 1316098 - Optimize out result object allocation for await/return in async... | Gaming4JC | 2019-12-17 | -4/+24 |
* | Bug 1343481 - Part 7: Add BytecodeEmitter::emitDotGenerator and make yield/aw... | Gaming4JC | 2019-12-17 | -106/+118 |
* | Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {... | Gaming4JC | 2019-12-17 | -19/+19 |
* | Bug 1343481 - Part 2: Stop using StarGegerator for async function. | Gaming4JC | 2019-12-17 | -39/+44 |
* | Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m... | Gaming4JC | 2019-12-17 | -18/+38 |
* | Issue #1284 - Implement /s (dotAll) for regular expressions, v2. | wolfbeast | 2019-11-18 | -0/+2 |
* | Revert "Issue #1284 - Implement /s (dotAll) for regular expressions." | wolfbeast | 2019-11-18 | -2/+0 |
* | Issue #1284 - Implement /s (dotAll) for regular expressions. | wolfbeast | 2019-11-18 | -0/+2 |
* | 1353691 - Report SyntaxError when arrow function has await-identifier in asyn... | Gaming4JC | 2019-07-18 | -25/+34 |
* | 1339395 - Part 7: Remove no longer needed check for jsid strings which are in... | Gaming4JC | 2019-07-18 | -42/+4 |
* | 1339395 - Part 3: Add BytecodeEmitter support for object rest and spread prop... | Gaming4JC | 2019-07-18 | -45/+274 |
* | 1339395 - Part 2: Add parser support for rest and spread object properties. | Gaming4JC | 2019-07-18 | -6/+61 |
* | Refactor Token& nextToken | Gaming4JC | 2019-07-18 | -4/+5 |
* | 1339395 - Part 1: Align parse method for object literals to match array liter... | Gaming4JC | 2019-07-18 | -183/+199 |
* | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret... | Gaming4JC | 2019-07-18 | -30/+53 |
* | Refactor abortIfSyntaxParser after destructring | Gaming4JC | 2019-07-18 | -9/+9 |
* | 1303703 - Part 3: Syntax parse destructuring assignment patterns. | Gaming4JC | 2019-07-18 | -198/+200 |
* | 1303703 - Part 2: Clean-up bits of destructuring parsing which are no longer ... | Gaming4JC | 2019-07-18 | -116/+54 |
* | 1303703 - Part 1: Separate binding pattern parsing from object/array literal ... | Gaming4JC | 2019-07-18 | -97/+331 |
* | 420857 - Part 4: Report the position of opening bracket for missing bracket e... | Gaming4JC | 2019-07-18 | -1/+3 |
* | 420857 - Part 3: Report the position of opening brace for missing brace error... | Gaming4JC | 2019-07-18 | -1/+3 |
* | 420857 - Part 2: Report the position of opening brace for missing brace error... | Gaming4JC | 2019-07-18 | -15/+29 |
* | 420857 - Part 1: Report the position of opening brace for missing brace error... | Gaming4JC | 2019-07-18 | -6/+40 |
* | 1357506 - Remove assert that constructorBox can only be set once when parsing... | Gaming4JC | 2019-07-18 | -33/+6 |
* | 1357483 - Stop changing the end position of parenthesized expression ParseNodes. | Gaming4JC | 2019-07-18 | -1/+0 |
* | 1216630 - Rename preludeStart and postludeEnd to toStringStart and toStringEn... | Gaming4JC | 2019-07-18 | -62/+68 |
* | 1216630 - Print class source when calling toString on the constructor. | Gaming4JC | 2019-07-18 | -35/+140 |
* | 1340148 - Disallow function redeclarations at module top level. | Gaming4JC | 2019-07-18 | -5/+25 |
* | 104442 - Part 1: Report the position and the kind of previous declaration for... | Gaming4JC | 2019-07-18 | -35/+99 |
* | 1342273 - Improve frontend tracelogging. [PARTIAL] Only implemented const to ... | Gaming4JC | 2019-07-18 | -16/+18 |
* | 1339963 - Part 3: Check IdentifierName in ExportClause without from. | Gaming4JC | 2019-07-18 | -0/+33 |
* | 1339963 - Part 2: Use MUST_MATCH_TOKEN for contextual keyword where it can be... | Gaming4JC | 2019-07-18 | -14/+2 |
* | 1339963 - Part 1: Split Parser::exportDeclaration. | Gaming4JC | 2019-07-18 | -210/+486 |
* | 1340089 - Check the binding name in comprehensionFor. | Gaming4JC | 2019-07-18 | -0/+2 |
* | 1336783 - followup: Fix rooting. | Gaming4JC | 2019-07-18 | -31/+37 |
* | 1336783 - Part 3 - Use simpler macro to avoid internal compiler error on SM-t... | Gaming4JC | 2019-07-18 | -4/+7 |
* | 1336783 - Part 2: Remove Parser::checkStrictBinding. | Gaming4JC | 2019-07-18 | -73/+70 |
* | 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName. | Gaming4JC | 2019-07-18 | -625/+858 |
* | 1283712 - Part 3: Add Parser::errorWithNotes and Parser::errorWithNotesAt. | Gaming4JC | 2019-07-18 | -35/+82 |
* | 1339137 - Don't do Annex B lexical function behavior when redeclaring a param... | Gaming4JC | 2019-07-18 | -5/+21 |
* | 1337143 - Tweak ExportClause parsing to eliminate a peekToken where a simpler... | Gaming4JC | 2019-07-18 | -7/+16 |