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
Commit message (
Expand
)
Author
Age
*
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 - Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsE...
Martok
2023-05-01
*
Issue #2142 - Add PropertyEmitter, ObjectEmitter, ClassEmitter, LexicalScopeE...
Martok
2023-05-01
*
Issue #2142 - Improve TokenPos handling in BCE
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 - Add predicate functions count_if and any_of to ListNode iterator
Martok
2023-04-30
*
Issue #2142 - Extend newSuperCall for JSOP_SPREADSUPERCALL
Martok
2023-04-30
*
Issue #2142 - Fold BytecodeEmitter::checkTypeSet into BytecodeEmitter::emitCheck
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 14: Fix a debug assert and memory leak.
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 6c: Fix a few issues with the earlier commits.
Brian Smith
2023-04-27
*
Issue #1691 - Part 5: Don't pre-create module metadata object when compiling.
Brian Smith
2023-04-27
*
Issue #1691 - Part 4: Finish implementing call import.
Brian Smith
2023-04-27
*
Issue #1691 - Part 3: Finish implementing import meta.
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 - Remove unused case/code from function node ops
Martok
2023-04-03
*
Issue #2173 - Allow constant folding to see inside functions when using the m...
Martok
2023-04-03
*
Issue #2173 - Fix remaining ParseNode* in FullParseHandler methods signature
Martok
2023-04-03
*
Issue #2173 - Add TryNode
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
*
Issue #2155 - Follow-up: Reorder super-property evaluation order per latest s...
Martok
2023-04-03
*
Issue #2155 - Add SwitchEmitter
Martok
2023-03-26
*
Issue #2155 - Move TryEmitter and ForOfLoopControl to TryEmitter.{cpp.h} and ...
Martok
2023-03-26
*
Issue #2155 - Move NestableControl classes except ForOfLoopControl to Bytecod...
Martok
2023-03-26
*
Issue #2155 - Split Nestable to ds/ and EmitterScope to EmitterScope.{cpp.h}
Martok
2023-03-26
*
Issue #2155 - Fix wrong assertion
Martok
2023-03-15
*
Issue #2155 - Fix debug build
Martok
2023-03-14
*
Issue #2155 - Remove now-unused functions
Martok
2023-03-13
[next]