Commits
User selector
Commit History
Commits on May 18, 2026
[JSC] Shrink sizeof(JSGenerator)
Show description for e0704d3committed
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored andcommitted
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Apr 18, 2025
Web Inspector: Debugger: preserve the pause reason and data when stepping over `await`
Show description for f3095eccommitted
Commits on Apr 12, 2025
Web Inspector: Debugger: add a way to step over `await` as though it was sync code
Show description for 6eceba5committed
Commits on Feb 9, 2025
Mark more lambdas as `NOESCAPE` when possible to help static analysis
Show description for 1ba5c2dcommitted
Commits on Jan 6, 2025
Make HashSet validate its key by default in release builds
Show description for c9de3eacommitted
Commits on Jul 31, 2024
Web Inspector: Debugger: support blackboxing ranges within a file
Show description for cc3ce34committed
Commits on Jun 6, 2024
REGRESSION(279738@main): ASSERTION FAILED: heap.vm().currentThreadIsHoldingAPILock() || heap.worldIsStopped()
Show description for c562438committed
Commits on Jun 1, 2024
Use "= default" for constructor and destructor in JSC code
Show description for f61dcc3committed
Ahmad Saleem
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on May 17, 2023
Web Inspector: Step Over behaves like resume when stepping over a function with a falsey conditional breakpoint
Show description for 5b12421committed
Commits on Feb 26, 2023
[JSC] Make C++ -> JS calls faster
Show description for fe0d0e1committed
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 Aug 31, 2022
Web Inspector: Implement inline breakpoints.
Show description for 91f7b27committedWeb Inspector: Debugger: symbolic breakpoints should work with native functions
Show description for f0c85afcommitted
Commits on Aug 27, 2022
Unreviewed, reverting rbdc7d2c65ad3b0c0ada39a28e7121b2943a57931.
Show description for e5050c9authored andcommitted
Commits on Aug 25, 2022
Web Inspector: Debugger: symbolic breakpoints should work with native functions
Show description for bdc7d2ccommitted
Commits on Aug 22, 2022
[JSC] Optimize async/await and microtask queue part 1
Show description for ecb9f87committed
Commits on Aug 12, 2022
Web Inspector: Add Function Breakpoints/Tracepoints (like Symbolic Breakpoints)
Show description for 631ebd5committed
Commits on Jul 16, 2022
Web Inspector: capture async stack traces for `queueMicrotask`
Show description for 6545a6fcommitted
Commits on Jul 6, 2022
Add const to some fields that are meant to be immutable after construction.
Show description for 7433e6acommitted
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 Mar 29, 2022
Web Inspector: Add check for null `entryScope` in JSC::Debugger::detach
Show description for 7d2426fcommitted
Commits on Mar 19, 2022
Web Inspector: REGRESSION(?): Emulate User Gesture doesn't work
Show description for d454360committed
Commits on Mar 17, 2022
Web Inspector: REGRESSION(r290720): Debugger: Step next should not behave the same as Step into
Show description for 9af07b9committed
Commits on Mar 2, 2022
Commits on Feb 28, 2022
Omit template parameter for SetForScope<> variables
Show description for c115a0ecommitted
Commits on Oct 11, 2021
SourceID should have a type name and only be 32-bits
Show description for e5c4b51committed