Commits
User selector
Commit History
Commits on Mar 9, 2026
Adopt LIFETIME_BOUND in more places in JavaScriptCore
Show description for 75c21decommitted
Commits on Feb 7, 2025
[JSC] Use DestructionMode instead of bool for JSCell::needsDestruction
Show description for e92b51ecommitted
Commits on Nov 4, 2023
Build static library for JavaScriptCore before linking framework
Show description for 3d73290authored andcommitted
Commits on Apr 13, 2023
[JavaScriptCore] Prepare for InstallAPI
Show description for 464f082committed
Commits on Mar 31, 2023
Cherry-pick 252432.1045@safari-7614-branch (77446d5c727e). rdar://107473787
Show description for cf8b521authored andcommitted
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Feb 18, 2022
Split IsoSubspace into a GCClient allocator used by VM and a backend managed by Heap.
Show description for 9b86c52committed
Mark Lam
Commits on Nov 26, 2019
[JSC] InternalFunction should be non-destructible
Show description for d1ea5a3committed
Commits on Feb 5, 2019
[JSC] Shrink size of VM by lazily allocating IsoSubspaces for non-common types
Show description for d62f178committed
Commits on Apr 19, 2018
The InternalFunction hierarchy should be in IsoSubspaces
Show description for d0360a6committed
Filip Pizlo
Commits on Nov 6, 2017
JIT call inline caches should cache calls to objects with getCallData/getConstructData traps
Show description for 51e1bd6committed
Commits on Jan 27, 2017
classInfo should take a VM so it is not materialized from the object on each call
Show description for ec8d700committed
Commits on May 4, 2016
Speed up JSGlobalObject initialization by making some properties lazy
Show description for 78795cfcommitted
Filip PizloUnreviewed, rolling out r200383 and r200406.
Show description for 8171f5ecommitted
Commits on May 3, 2016
Speed up JSGlobalObject initialization by making some properties lazy
Show description for fb29946committed
Filip Pizlo
Commits on Apr 20, 2015
Remove all the remaining uses of OwnPtr and PassOwnPtr in JavaScriptCore
Show description for 7e274c8committed
Commits on Oct 30, 2013
JSExport doesn't support constructors
Show description for 15c606ecommitted
Mark Hahnenberg
Commits on Oct 10, 2013
Objective-C API: blocks aren't callable via 'new'
Show description for 01fc631committed
Mark Hahnenberg
Commits on Sep 30, 2013
Pass VM instead of JSGlobalObject to function constructors.
Show description for d7fe4aacommitted
Andreas Kling
Commits on Aug 14, 2013
Foo::s_info should be Foo::info(), so that you can change how the s_info is actually linked
Show description for 8d919decommitted
Filip Pizlo
Commits on Jul 25, 2013
fourthTier: Refactor ObjCCallbackFunction to inherit directly from InternalFunction
Show description for 402a21ccommitted
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Mar 14, 2013
Objective-C API: Objective-C functions exposed to JavaScript have the wrong type (object instead of function)
Show description for df22c6dcommitted
Mark Hahnenberg
Commits on Feb 21, 2013
Objective-C API: Need a way to use the Objective-C JavaScript API with WebKit
Show description for d592649committed
Mark Hahnenberg
Commits on Jan 3, 2013
Objective-C API for JavaScriptCore
Show description for fe8d858committed
Gavin Barraclough
Commits on Jan 2, 2013
Objective-C API for JavaScriptCore
Show description for e06bf09committed
Gavin Barraclough
Loading