Commits
User selector
Commit History
Commits on May 6, 2026
Unreviewed, reverting 312444@main.
Show description for 4d3dfedauthored andcommitted
Commits on May 1, 2026
[JSC] Eagerly build AST for likely IIFEs
Show description for 709e4e7committed
Commits on Mar 24, 2026
[JSC] Fix completion value for bare/labeled/nested break and continue
Show description for 5412318committed
Commits on Feb 7, 2026
[JSC] Fix non-unified builds
Show description for cde67dfcommitted
Commits on Jan 26, 2026
Drop unnecessary usage of ternary operator in JavaScriptCore
Show description for c4e25accommitted
Commits on Jan 10, 2026
[JSC] Fix `functionStart` mismatch for async builtin functions
Show description for 8e46269committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Jul 18, 2024
[JSC] Rename LexicalScopeFeatures => LexicallyScopedFeatures
Show description for 5f09d14committed
Alexey Shvayka
Commits on Sep 22, 2023
[JSC] Implement lexical scope chain walk to correctly determine Annex B hoisted functions
Show description for 18dd8afcommitted
Alexey Shvayka
Commits on Jun 18, 2023
String serialization of functions doesn't behaves as on Blink or Gecko
Show description for 55ae3a1authored andcommitted
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Jul 28, 2022
Web Inspector: should not include implementation details of the injected script in stack traces
Show description for 37f814dcommitted
Commits on Jul 1, 2021
[JSC] Private names should be handled by usedVariables mechanism
Show description for 49338f8committed
Commits on Jun 8, 2021
Introduce LexicalScopeFeatures to enable future bytecode optimizations
Show description for 31f8572committed
Commits on Feb 22, 2021
Implement the Top-level await proposal
Show description for 9060f3ccommitted
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Jun 5, 2020
[JSC] Add support for private class fields
Show description for 71128dbcommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Jan 30, 2020
Parser needs to restore unary stack state when backtracking
Show description for 2801c8acommitted
Commits on Jan 16, 2020
[JSC] Add support for public class fields
Show description for c8a11cccommitted
Commits on Jan 3, 2020
Experiment: create lots of different malloc zones for easier accounting of memory use
Show description for bc771eccommitted
Commits on May 14, 2019
[JSC] Shrink sizeof(UnlinkedFunctionExecutable) more
Show description for 5b6b3bdcommitted
Commits on Jan 29, 2019
Remove unnecessary `using namespace WTF`s (or at least restrict their scope).
Show description for 4125512committed
Commits on Jul 18, 2018
[JSC] Reduce size of AST nodes
Show description for ec92fa7committed
Commits on Jun 29, 2018
We shouldn't recurse into the parser when gathering metadata about various function offsets
Show description for fbda4bdcommitted
Commits on Mar 14, 2018
[JSC] fix order of evaluation for ClassDefinitionEvaluation
Show description for 0e1e92acommitted
Commits on Sep 5, 2017
test262: Completion values for control flow do not match the spec
Show description for 23698adauthored andcommitted
Commits on Jun 29, 2017
Unreviewed, rolling out r218512.
Show description for 3f50ef0committed
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Jun 19, 2017
test262: Completion values for control flow do not match the spec
Show description for b226086authored andcommitted
Commits on Mar 16, 2017
[JSC] Default parameter part should be retrieved by op_get_argument opcode instead of changing arity
Show description for 0980daecommitted
Commits on Sep 22, 2016
test262: Function length should be number of parameters before parameters with default values
Show description for cdafcb8authored andcommitted
Commits on Aug 15, 2016
Reduce includes of Debugger.h
Show description for 5206607committed