Commits
User selector
Commit History
Commits on Apr 27, 2026
[Build Speed] Fix compilation issues in JSC headers
Show description for d4029d5committed
Commits on Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored andcommitted
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
Commits on Jan 22, 2026
Rename CatchScope to TopExceptionScope
Show description for 5715596committed
Commits on Jan 10, 2026
[JSC] Optimize callMicrotask
Show description for d43cce5committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Jun 17, 2025
[JSC] Further optimize eval
Show description for b8c00b2committed
Commits on May 3, 2025
Start adopting C++20's [[likely]] / [[unlikely]] in JSC
Show description for 0e0b92fcommitted
Commits on Oct 10, 2024
Unreviewed, reverting 284931@main and 284940@main.
Show description for 9bfbbb1authored andcommitted
Commits on Oct 9, 2024
[JSC] Don't use JSScope instances as `this` value when calling functions
Show description for ee167b8committed
Alexey Shvayka
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 Jan 13, 2024
Introducing LineColumn.
Show description for a9319f5committed
Mark Lam
Commits on Sep 8, 2023
Add taintedness tracking to JSC
Show description for 3a1c346committed
Commits on Aug 19, 2023
[JSC] Introduce NativeCallee
Show description for 31e3bbecommitted
Commits on Mar 7, 2023
Fold CallFrameClosure into CachedCall.
Show description for dd4b91acommitted
Mark Lam
Commits on Jan 27, 2023
Disambiguate Interpreter::execute() methods.
Show description for b63e2e2committed
Mark Lam
Commits on Jan 23, 2023
[JSC] Clean up WasmToJS
Show description for db4b9bccommitted
Commits on Dec 22, 2022
[JSC] Stop nulling out the CodeBlock spot inside the call frame inside WebAssembly
Show description for 5f73a3ccommitted
Commits on Jul 11, 2022
VM should embed Interpreter.
Show description for 16e1928committed
Mark Lam
Commits on May 4, 2022
Use IterationStatus in more places.
Show description for 63c7501committed
Mark Lam
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Apr 14, 2022
[JSC] Reduce use of CallFrame::deprecatedVM
Show description for c1fc988committed
Commits on Apr 13, 2022
[JSC] Remove DeprecatedCallFrameForDebugger
Show description for 2aa55cfcommitted
Commits on Apr 6, 2022
Start replacing String(const char*) constructor with a String::fromLatin1(const char*) function
Show description for 5b961e7committed
Commits on Mar 24, 2022
Prepare JSC for making the String(const char*) constructor explicit
Show description for cccb58dcommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Oct 28, 2020
Better cache our serialization of the outer TDZ environment when creating FunctionExecutables during bytecode generation
Show description for c834904committed
Commits on Sep 3, 2020
Web Inspector: allow special JavaScript breakpoints to be configured
Show description for 56a499acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Apr 7, 2020
Not using strict mode within ClassDeclaration statement
Show description for 7b11165committed
Commits on Mar 27, 2020
Fix instances of new.target that should be syntax errors
Show description for 8e097abcommitted
Commits on Jan 16, 2020
[JSC] Add support for public class fields
Show description for c8a11cccommitted