Commits
User selector
Commit History
Commits on May 30, 2026
[JSC] `Array.prototype.join` skips prototype element added during element toString
Show description for f181acecommitted
Commits on Apr 20, 2026
Reduce use of jsCast<>() in favor of uncheckedDowncast<>()
Show description for b8ef260committed
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
Commits on Jan 24, 2026
Unreviewed, reverting 305848@main (bbf8d344a5bb)
Show description for a366ea2committed
Commits on Jan 20, 2026
[JSC] Use `hasSpecialProperties` bit for cheking `constructor` properties
Show description for bbf8d34committed
Commits on Jul 13, 2025
[JSC] Increase capacity of Double cache
Show description for df26015committed
Commits on Jun 13, 2025
Unreviewed, follow-up fix after 296180@main
Show description for 698b6bbcommitted[JSC] ToPrimitive(Array) should have fast path
Show description for 044f755committed
Commits on May 12, 2025
Don't include VM.h in JSObject.h
Show description for 9a35fe4committed
Commits on May 3, 2025
Do further adoption of [[likely]] / [[unlikely]] in JSC
Show description for 3d0b49acommitted
Commits on Oct 8, 2024
[JSC] Implement Array#concat in C++
Show description for 1842752committed
Commits on Sep 14, 2024
[JSC] Add fast path for `Iterator.prototype.toArray`
Show description for 4cd2062committed
Commits on Apr 23, 2024
[JSC] Relax arraySpeciesWatchpointIsValid condition
Show description for 8b7b1a1committed
Commits on Aug 16, 2023
Move createStructure inline functions to *Inlines.h
Show description for 5bd7a22committed
Commits on Aug 4, 2023
[JSC] Array#splice should skip result array creation if it is not used at all
Show description for ebb7275committed
Commits on Mar 6, 2023
Cut the size of JSGlobalObject.h down
Show description for 5686577committed
Commits on Oct 4, 2022
[JSC] Introduce new_array_with_species bytecode and optimize it through all tiers
Show description for 3c9c31dcommitted
Loading