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 #1658 - Part 6: Break and return no control flow for jumps emitted by o...
FranklinDM
2022-05-04
*
Issue #1658 - Part 5: Add and initialize TDZ check to optional chaining emitter
FranklinDM
2022-05-04
*
Issue #1658 - Part 4: Fix optional chaining assertions and remove unreachable...
FranklinDM
2022-05-04
*
Issue #1658 - Part 2: Implement bytecode for optional chaining
FranklinDM
2022-05-04
*
Issue #1658 - Part 1: Implement support for optional chaining in the JS Parser
FranklinDM
2022-05-04
*
Issue #1877 - Resolve RELEASE_OR_BETA conditionals.
Moonchild
2022-04-19
*
Issue #1739 - Implement numeric separators.
Moonchild
2021-02-13
*
Issue #1732 - Implement JSON superset proposal.
Moonchild
2021-02-05
*
Issue #1676 - Part 7: Split frontend sources out of js/src/moz.build
Matt A. Tobin
2020-11-03
*
Issue #1656 - Part 7: Nuke vim config lines in JS
Moonchild
2020-09-24
*
Issue #618 - Report source position information (line/column)
Moonchild
2020-07-04
*
Issue #618 - Update code comments for ModuleInstantiate
Moonchild
2020-07-03
*
Issue #1465 - Implement optional catch binding.
wolfbeast
2020-02-27
*
Revert #1137 - Remove unboxed arrays
wolfbeast
2020-02-23
*
Bug 1454285 - Part 2: Disallow using innermostEmitterScope while the value do...
Gaming4JC
2019-12-17
*
Bug 1454285 - Part 1: Specify the current scope when emitting await and .gene...
Gaming4JC
2019-12-17
*
Bug 1352312 - Enable Async Iteration.
Gaming4JC
2019-12-17
*
Bug 1379525 - Part 1: Await on the value before yielding or returning inside ...
Gaming4JC
2019-12-17
*
Bug 1364608 - Stash rval in AsyncIteratorClose.
Gaming4JC
2019-12-17
*
Bug 1331092 - Part 11: Await on the innerResult.value when innerResult.done i...
Gaming4JC
2019-12-17
*
Bug 1331092 - Part 9: Implement for-await-of.
Gaming4JC
2019-12-17
*
Bug 1331092 - Part 7: Implement Async Generator yield*.
Gaming4JC
2019-12-17
*
Bug 1331092 - Part 2: Implement Async Generator except yield*.
Gaming4JC
2019-12-17
*
Bug 1316098 - Optimize out result object allocation for await/return in async...
Gaming4JC
2019-12-17
*
Bug 1343481 - Part 7: Add BytecodeEmitter::emitDotGenerator and make yield/aw...
Gaming4JC
2019-12-17
*
Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...
Gaming4JC
2019-12-17
*
Bug 1343481 - Part 2: Stop using StarGegerator for async function.
Gaming4JC
2019-12-17
*
Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...
Gaming4JC
2019-12-17
*
Issue #1284 - Implement /s (dotAll) for regular expressions, v2.
wolfbeast
2019-11-18
*
Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."
wolfbeast
2019-11-18
*
Issue #1284 - Implement /s (dotAll) for regular expressions.
wolfbeast
2019-11-18
*
1353691 - Report SyntaxError when arrow function has await-identifier in asyn...
Gaming4JC
2019-07-18
*
1339395 - Part 7: Remove no longer needed check for jsid strings which are in...
Gaming4JC
2019-07-18
*
1339395 - Part 3: Add BytecodeEmitter support for object rest and spread prop...
Gaming4JC
2019-07-18
*
1339395 - Part 2: Add parser support for rest and spread object properties.
Gaming4JC
2019-07-18
*
Refactor Token& nextToken
Gaming4JC
2019-07-18
*
1339395 - Part 1: Align parse method for object literals to match array liter...
Gaming4JC
2019-07-18
*
1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret...
Gaming4JC
2019-07-18
*
Refactor abortIfSyntaxParser after destructring
Gaming4JC
2019-07-18
*
1303703 - Part 3: Syntax parse destructuring assignment patterns.
Gaming4JC
2019-07-18
*
1303703 - Part 2: Clean-up bits of destructuring parsing which are no longer ...
Gaming4JC
2019-07-18
*
1303703 - Part 1: Separate binding pattern parsing from object/array literal ...
Gaming4JC
2019-07-18
*
420857 - Part 4: Report the position of opening bracket for missing bracket e...
Gaming4JC
2019-07-18
*
420857 - Part 3: Report the position of opening brace for missing brace error...
Gaming4JC
2019-07-18
*
420857 - Part 2: Report the position of opening brace for missing brace error...
Gaming4JC
2019-07-18
*
420857 - Part 1: Report the position of opening brace for missing brace error...
Gaming4JC
2019-07-18
*
1357506 - Remove assert that constructorBox can only be set once when parsing...
Gaming4JC
2019-07-18
*
1357483 - Stop changing the end position of parenthesized expression ParseNodes.
Gaming4JC
2019-07-18
*
1216630 - Rename preludeStart and postludeEnd to toStringStart and toStringEn...
Gaming4JC
2019-07-18
*
1216630 - Print class source when calling toString on the constructor.
Gaming4JC
2019-07-18
[next]