Commits
User selector
Commit History
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on Dec 29, 2025
[JSC] Inline async function body when there is no await
Show description for f42c363committed
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Feb 1, 2025
[JSC] Cache FunctionExecutable from `new Function` constructor call with one-entry cache
Show description for 2581d15committed
Commits on Jul 24, 2024
[JSC] Introduce TaintedByWithScopeLexicallyScopedFeature
Show description for f828499committed
Alexey Shvayka
Commits on Jul 20, 2024
Unreviewed, reverting 281119@main.
Show description for 2e92175authored andcommitted
Commits on Jul 19, 2024
[JSC] Introduce TaintedByWithScopeLexicallyScopedFeature
Show description for 57fcca5committed
Alexey Shvayka
Commits on Jul 18, 2024
[JSC] Rename LexicalScopeFeatures => LexicallyScopedFeatures
Show description for 5f09d14committed
Alexey Shvayka
Commits on Nov 2, 2023
[JSC] Do not declare callee name when it is function declaration
Show description for 3e0dc21committed
Commits on Nov 1, 2023
[JSC] Add @alwaysInline attribute
Show description for 6cb56eecommitted
Commits on Oct 26, 2023
[JSC] `yield` is not a valid BindingIdentifier for AsyncGeneratorExpression
Show description for d5e6b96committed
Alexey Shvayka
Commits on Oct 5, 2022
[JSC] Implement support for class static initialization blocks
Show description for c333910committed
Commits on Aug 22, 2022
[JSC] Not generating import.meta object if it is not referenced
Show description for 1e07f48committed
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 18, 2022
Web Inspector: should not include `@globalPrivate` functions in stack traces
Show description for ebb980bauthored andcommitted
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 Nov 17, 2020
[JSC] Add support for static public class fields
Show description for ed31557authored andcommitted
Commits on Oct 11, 2020
[JSC] arguments.callee should become ThrowTypeError if function has non simple parameter list
Show description for 271a74ccommitted
Commits on Jan 16, 2020
[JSC] Add support for public class fields
Show description for c8a11cccommitted
Commits on Sep 5, 2019
[JSC] Make Promise implementation faster
Show description for 90a863acommitted
Commits on May 3, 2019
[JSC] Generator CodeBlock generation should be idempotent
Show description for 0469d1bcommitted
Commits on Feb 8, 2019
[JSC] SourceProviderCacheItem should be small
Show description for c02c4fdcommitted
Commits on Nov 18, 2018
Unreviewed, rolling in the rest of r237254
Show description for 944f6dfcommitted
Commits on Oct 26, 2018
Unreviewed, rolling out r237445.
Show description for afc8687committedUnreviewed, partial rolling in r237254
Show description for b351632committed
Commits on Oct 19, 2018
Unreviewed, rolling out r237254.
Show description for 3925df2committed
Commits on Oct 18, 2018
[JSC] JSC should have "parseFunction" to optimize Function constructor
Show description for b8a291ccommitted
Commits on Oct 15, 2018
Unreviewed, rolling out r237054.
Show description for 9d35c05committed
Commits on Oct 11, 2018
[JSC] JSC should have "parseFunction" to optimize Function constructor
Show description for 28a710acommitted
Commits on Sep 5, 2018
isAsyncGeneratorMethodParseMode() should check for SourceParseMode::AsyncGeneratorWrapperMethodMode.
Show description for 99ae35fcommitted
Mark Lam
Commits on Jul 16, 2018
[JSC] Make SourceParseMode small
Show description for c5ffa13committed[JSC] Generator and AsyncGeneratorMethod's prototype is incorrect
Show description for 2934d8ecommitted
Commits on Feb 13, 2018
[JSC] cache TaggedTemplate arrays by callsite rather than by contents
Show description for 03f73c5committed