summaryrefslogtreecommitdiff
path: root/js/src/frontend
Commit message (Expand)AuthorAge
* Issue #2142 - Factor out PropertyName parsing from Parser::propertyName()Martok2023-05-01
* Issue #2142 - Handle fields in derived classesMartok2023-05-01
* Issue #2142 - Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsE...Martok2023-05-01
* Issue #2142 - Add PropertyEmitter, ObjectEmitter, ClassEmitter, LexicalScopeE...Martok2023-05-01
* Issue #2142 - Improve TokenPos handling in BCEMartok2023-05-01
* Issue #2142 - Implement syntax for public/private fields and computed field n...Martok2023-05-01
* Issue #2142 - Reduce calls to FindReservedWord when checking for forbidden id...Martok2023-04-30
* Issue #2142 - Ensure 'await' is always a restricted identifier when parsing m...Martok2023-04-30
* Issue #2142 - Add predicate functions count_if and any_of to ListNode iteratorMartok2023-04-30
* Issue #2142 - Extend newSuperCall for JSOP_SPREADSUPERCALLMartok2023-04-30
* Issue #2142 - Fold BytecodeEmitter::checkTypeSet into BytecodeEmitter::emitCheckMartok2023-04-30
* Issue #1691 - Follow-up: use error message with no arguments for bad import s...Martok2023-04-30
* Issue #1691 - Part 15: Make |new import()| a syntax error.Brian Smith2023-04-27
* Issue #1691 - Part 14: Fix a debug assert and memory leak.Brian Smith2023-04-27
* Issue #1691 - Part 13: Remove MUST_MATCH_TOKEN* macros in Parser.Brian Smith2023-04-27
* Issue #1691 - Part 8: Fix --enable-debug builds and continue dynamic module i...Brian Smith2023-04-27
* Issue #1691 - Part 7e: Dependencies for required to finish part 7d.Brian Smith2023-04-27
* Issue #1691 - Part 6e: Fix problems due to divergent codebases. This gets ba...Brian Smith2023-04-27
* Issue #1691 - Part 6c: Fix a few issues with the earlier commits.Brian Smith2023-04-27
* Issue #1691 - Part 5: Don't pre-create module metadata object when compiling.Brian Smith2023-04-27
* Issue #1691 - Part 4: Finish implementing call import.Brian Smith2023-04-27
* Issue #1691 - Part 3: Finish implementing import meta.Brian Smith2023-04-27
* Issue #1691 - Part 2: Implement call import and import meta in the parser.Brian Smith2023-04-27
* PR #2189 - Follow-up: Fix build bustage with GCC 9 related to checkExportedNa...Job Bautista2023-04-05
* Issue #2173 - Introduce FunctionNode::syntaxKind instead of JSOPsMartok2023-04-03
* Issue #2173 - Separate CodeNode into FunctionNode and ModuleNodeMartok2023-04-03
* Issue #2173 - Remove unused case/code from function node opsMartok2023-04-03
* Issue #2173 - Allow constant folding to see inside functions when using the m...Martok2023-04-03
* Issue #2173 - Fix remaining ParseNode* in FullParseHandler methods signatureMartok2023-04-03
* Issue #2173 - Add TryNodeMartok2023-04-03
* Issue #2173 - Add accessors to LexicalScopeNodeMartok2023-04-03
* Issue #2173 - Add accessors to NullaryNode and change LoopControlStatement ar...Martok2023-04-03
* Issue #2173 - Add accessors to NameNode, CodeNode, RegExpLiteral, and add Num...Martok2023-04-03
* Issue #2173 - Add accessors to UnaryNode and subclassesMartok2023-04-03
* Issue #2173 - Add accessors to BinaryNode and subclassesMartok2023-04-03
* Issue #2173 - Add accessors to TernaryNodeMartok2023-04-03
* Issue #2173 - Add accessors to ListNodeMartok2023-04-03
* Issue #2173 - Fix return value of MUST_MATCH_TOKEN* macros in Parser methods ...Martok2023-04-03
* Issue #2173 - Store the info about the existence of the default case into the...Martok2023-04-03
* Issue #2173 - Add a new PNK_PROPERTYNAME to hold location information about p...Martok2023-04-03
* Issue #2173 - Add a new PNK_ARGUMENTS node type for call argument listsMartok2023-04-03
* Issue #2173 - Fix exporting array and object binding patternsMartok2023-04-03
* Issue #2155 - Follow-up: Reorder super-property evaluation order per latest s...Martok2023-04-03
* Issue #2155 - Add SwitchEmitterMartok2023-03-26
* Issue #2155 - Move TryEmitter and ForOfLoopControl to TryEmitter.{cpp.h} and ...Martok2023-03-26
* Issue #2155 - Move NestableControl classes except ForOfLoopControl to Bytecod...Martok2023-03-26
* Issue #2155 - Split Nestable to ds/ and EmitterScope to EmitterScope.{cpp.h}Martok2023-03-26
* Issue #2155 - Fix wrong assertionMartok2023-03-15
* Issue #2155 - Fix debug buildMartok2023-03-14
* Issue #2155 - Remove now-unused functionsMartok2023-03-13