summaryrefslogtreecommitdiff
path: root/js/src/frontend/Parser.cpp
Commit message (Expand)AuthorAge
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
* Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
* Issue #2298 - Support '#x in obj' ergonomic brand check syntaxMartok2023-08-30
* Merge branch 'master' into bigint-mergedBrian Smith2023-07-18
|\
| * Issue #2271 - Use declared names of self-hosted functions for cloningMartok2023-07-13
* | Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
|/
* Issue #2236 - Fix import.meta module error in lambdas by moving parseGoal() ...Brian Smith2023-05-08
* Issue #2232 - Parse exported async functions.Job Bautista2023-05-06
* Issue #2097 - Implement logical assignment operatorsMartok2023-05-01
* Issue #2142 - Remove the temporary fields optionMartok2023-05-01
* Issue #2142 - Implement class static blockMartok2023-05-01
* Issue #2142 - Track isFieldInitializer on JSScript instead of ScopeMartok2023-05-01
* Issue #2142 - Parse and process static class fieldsMartok2023-05-01
* Issue #2142 - Support SuperProperty in field initializersMartok2023-05-01
* Issue #2142 - Optimize .initializers scoping and emitterMartok2023-05-01
* Issue #2142 - Set anonymous function name in field initializerMartok2023-05-01
* Issue #2142 - Pass through arguments in synthesized constructors for derived ...Martok2023-05-01
* Issue #2142 - Fix several scoping issues in field initializersMartok2023-05-01
* Issue #2142 - Restrict contents of direct eval in fieldsMartok2023-05-01
* Issue #2142 - Use JSOP_INITPROP for field initializersMartok2023-05-01
* Issue #2142 - Implement ASI for fieldsMartok2023-05-01
* Issue #2142 - Factor out PropertyName parsing from Parser::propertyName()Martok2023-05-01
* Issue #2142 - Handle fields in derived classesMartok2023-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 - Extend newSuperCall for JSOP_SPREADSUPERCALLMartok2023-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 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 4: Finish implementing call import.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 - 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