index
:
uxp
1210
1791
1805-stacksize
1970-form-focusring-styling
1992
28.9-platform
28.9-platform-old
ANGLE-update
Basilisk-release
CCW-perf
Pale_Moon-release
RFC6367
VS2017
aruba
dynamic-module-import
eme
fetchstreams-work
freebsd-support
getnativepath-work
js-modules
libaom-update
lzma-updater
master
modulefix
nss-gyp
nss-gyp-GREport
nss-gyp-work
nss-update-work
pref-dual-guid
re-unify
redwood
release
release-29
restore-dual-guid
scroll-anchoring-wip
v8re-shim-build
v8re-shim-work
xpiprovider-work
uxp [Local Fork]
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
src
/
frontend
/
Parser.cpp
Commit message (
Expand
)
Author
Age
*
Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]
Moonchild
2023-11-11
*
Issue #2342: Use [[nodiscard]] in /js
Moonchild
2023-11-08
*
Issue #2298 - Support '#x in obj' ergonomic brand check syntax
Martok
2023-08-30
*
Merge branch 'master' into bigint-merged
Brian Smith
2023-07-18
|
\
|
*
Issue #2271 - Use declared names of self-hosted functions for cloning
Martok
2023-07-13
*
|
Issue #1240 - Part 4 - Implement parser support for BigInt literals.
Brian Smith
2023-07-18
|
/
*
Issue #2236 - Fix import.meta module error in lambdas by moving parseGoal() ...
Brian Smith
2023-05-08
*
Issue #2232 - Parse exported async functions.
Job Bautista
2023-05-06
*
Issue #2097 - Implement logical assignment operators
Martok
2023-05-01
*
Issue #2142 - Remove the temporary fields option
Martok
2023-05-01
*
Issue #2142 - Implement class static block
Martok
2023-05-01
*
Issue #2142 - Track isFieldInitializer on JSScript instead of Scope
Martok
2023-05-01
*
Issue #2142 - Parse and process static class fields
Martok
2023-05-01
*
Issue #2142 - Support SuperProperty in field initializers
Martok
2023-05-01
*
Issue #2142 - Optimize .initializers scoping and emitter
Martok
2023-05-01
*
Issue #2142 - Set anonymous function name in field initializer
Martok
2023-05-01
*
Issue #2142 - Pass through arguments in synthesized constructors for derived ...
Martok
2023-05-01
*
Issue #2142 - Fix several scoping issues in field initializers
Martok
2023-05-01
*
Issue #2142 - Restrict contents of direct eval in fields
Martok
2023-05-01
*
Issue #2142 - Use JSOP_INITPROP for field initializers
Martok
2023-05-01
*
Issue #2142 - Implement ASI for fields
Martok
2023-05-01
*
Issue #2142 - Factor out PropertyName parsing from Parser::propertyName()
Martok
2023-05-01
*
Issue #2142 - Handle fields in derived classes
Martok
2023-05-01
*
Issue #2142 - Implement syntax for public/private fields and computed field n...
Martok
2023-05-01
*
Issue #2142 - Reduce calls to FindReservedWord when checking for forbidden id...
Martok
2023-04-30
*
Issue #2142 - Ensure 'await' is always a restricted identifier when parsing m...
Martok
2023-04-30
*
Issue #2142 - Extend newSuperCall for JSOP_SPREADSUPERCALL
Martok
2023-04-30
*
Issue #1691 - Follow-up: use error message with no arguments for bad import s...
Martok
2023-04-30
*
Issue #1691 - Part 15: Make |new import()| a syntax error.
Brian Smith
2023-04-27
*
Issue #1691 - Part 13: Remove MUST_MATCH_TOKEN* macros in Parser.
Brian Smith
2023-04-27
*
Issue #1691 - Part 8: Fix --enable-debug builds and continue dynamic module i...
Brian Smith
2023-04-27
*
Issue #1691 - Part 7e: Dependencies for required to finish part 7d.
Brian Smith
2023-04-27
*
Issue #1691 - Part 6e: Fix problems due to divergent codebases. This gets ba...
Brian Smith
2023-04-27
*
Issue #1691 - Part 4: Finish implementing call import.
Brian Smith
2023-04-27
*
Issue #1691 - Part 2: Implement call import and import meta in the parser.
Brian Smith
2023-04-27
*
PR #2189 - Follow-up: Fix build bustage with GCC 9 related to checkExportedNa...
Job Bautista
2023-04-05
*
Issue #2173 - Introduce FunctionNode::syntaxKind instead of JSOPs
Martok
2023-04-03
*
Issue #2173 - Separate CodeNode into FunctionNode and ModuleNode
Martok
2023-04-03
*
Issue #2173 - Add accessors to LexicalScopeNode
Martok
2023-04-03
*
Issue #2173 - Add accessors to NullaryNode and change LoopControlStatement ar...
Martok
2023-04-03
*
Issue #2173 - Add accessors to NameNode, CodeNode, RegExpLiteral, and add Num...
Martok
2023-04-03
*
Issue #2173 - Add accessors to UnaryNode and subclasses
Martok
2023-04-03
*
Issue #2173 - Add accessors to BinaryNode and subclasses
Martok
2023-04-03
*
Issue #2173 - Add accessors to TernaryNode
Martok
2023-04-03
*
Issue #2173 - Add accessors to ListNode
Martok
2023-04-03
*
Issue #2173 - Fix return value of MUST_MATCH_TOKEN* macros in Parser methods ...
Martok
2023-04-03
*
Issue #2173 - Store the info about the existence of the default case into the...
Martok
2023-04-03
*
Issue #2173 - Add a new PNK_PROPERTYNAME to hold location information about p...
Martok
2023-04-03
*
Issue #2173 - Add a new PNK_ARGUMENTS node type for call argument lists
Martok
2023-04-03
*
Issue #2173 - Fix exporting array and object binding patterns
Martok
2023-04-03
[next]