Commits
User selector
Commit History
Commits on Dec 11, 2020
Removing unnecessary locking from JSValue API functions
Show description for 03a825dcommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 7, 2019
[JSC] Change signature of HostFunction to (JSGlobalObject*, CallFrame*)
Show description for 60b5990committed
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam
Commits on Jan 14, 2019
JSC should have a module loader API
Show description for 7119546committed
Commits on Nov 5, 2018
Make static_asserts in APICast into bitwise_cast
Show description for 23c3ebccommitted
Commits on Nov 3, 2018
Assert JSValues can fit into a pointer when API casting
Show description for 9077a2ccommitted
Commits on Nov 2, 2018
API should use wrapper object if address is 32-bit
Show description for 9d92b97committed
Commits on Jul 26, 2018
[JSC API] We should support the symbol type in our C/Obj-C API
Show description for f8d5776committed
Commits on Jul 12, 2018
[JSC] Thread VM& to JSCell::methodTable(VM&)
Show description for 12dcf6dcommitted
Commits on May 31, 2018
[JSC] Pass VM& parameter as much as possible
Show description for 599d9b7committed
Commits on May 22, 2017
[Cocoa] An exported Objective C class’s prototype and constructor don't persist across JSContext deallocation
Show description for 7b06ba4committed
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Feb 15, 2014
-[JSManagedValue value] needs to be protected by the API lock
Show description for b6790a0committed
Mark Hahnenberg
Commits on Oct 19, 2013
APICast.h uses functions from JSCJSValueInlines.h, but doesn't include it
Show description for 8f096d1committed
Commits on May 13, 2013
Stop including UnusedParam.h
Show description for 750031acommitted
Anders Carlsson
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Apr 10, 2013
Add liveness tests to JSC API entry points
Show description for 6048caccommittedRollout last patch as it destroyed everything
Show description for 35617facommitted
Commits on Apr 9, 2013
Add liveness tests to JSC API entry points
Show description for 6e111c5committed
Commits on Feb 12, 2013
Make JSC API more NULL tolerant
Show description for 3af6930committed
Commits on Jan 24, 2013
Objective-C API: Rename JSValue.h/APIJSValue.h to JSCJSValue.h/JSValue.h
Show description for 7132a97committed
Mark Hahnenberg
Commits on Apr 5, 2012
Fix 32-bit build.
Show description for 77757f2committedReplace static_cast with jsCast when casting JSCell subclasses in JSC
Show description for d8f219ecommitted
Commits on Jan 2, 2011
Move JavaScriptCore to Source
Show description for b8dde14committed
Adam Barth
Loading