Commits
User selector
Commit History
Commits on Dec 12, 2020
REGRESSION (r270665): testapi failing on JSC bots
Show description for 5dddbd2committed
Commits on Dec 11, 2020
REGRESSION (r270665): testapi failing on CLoop bot
Show description for a4678bccommittedRemoving unnecessary locking from JSValue API functions
Show description for 03a825dcommitted
Commits on Dec 10, 2020
Add a JSC API to allow acquiring the JSLock
Show description for 7993925committed
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Apr 19, 2020
Fix missing exception checks and handling in JSC APIs.
Show description for 2ea571ecommitted
Mark Lam
Commits on Dec 11, 2019
[JSC] Put all API related JS cells into IsoSubspace
Show description for bcc2e9fcommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
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 May 7, 2019
[JSC] We should check OOM for description string of Symbol
Show description for 9bdeb90committed
Commits on Apr 9, 2019
JSC should build successfully even with -DENABLE_UNIFIED_BUILDS=OFF
Show description for 4a3d6e0committed
Commits on Oct 10, 2018
[JSC] Rename createXXX to tryCreateXXX if it can return RefPtr
Show description for fe8ab64committed
Commits on Aug 15, 2018
Remove evernote hacks
Show description for d4a3c88committed
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 May 31, 2018
[JSC] Pass VM& parameter as much as possible
Show description for 599d9b7committed
Commits on Mar 8, 2018
[JSC] Add inherits<T>(VM&) leveraging JSCast fast path
Show description for 258827fcommitted
Commits on Sep 28, 2017
Add missing exception checks and book-keeping for exception check validation.
Show description for 16da2afcommitted
Mark Lam
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 Dec 14, 2016
Use JSValue::toWTFString instead of calling toString(exec) and value(exec)
Show description for fe8a096committedUnreviewed, rolling out r209792.
Show description for 5ec9d88committedUse JSValue::toWTFString instead of calling toString(exec) and value(exec)
Show description for aa9ecc1committed
Commits on Jun 20, 2016
Remove RefPtr::release() and change calls sites to use WTFMove()
Show description for 776a6afcommitted
Commits on Mar 11, 2016
Typed Arrays have no public facing API
Show description for d6db5d3committed
Commits on Jul 4, 2015
Drop RefPtr::clear() method
Show description for 7002448committed
Commits on Jun 5, 2015
finally blocks should not set the exception stack trace when re-throwing the exception.
Show description for cc4c6bfcommitted
Mark Lam
Commits on Apr 3, 2015
JavaScriptCore API should support type checking for Array and Date
Show description for b576520committed
Commits on Sep 5, 2014
JavaScriptCore should build with newer clang
Show description for a38cd41committed
Commits on Sep 4, 2014
Unreviewed, rolling out r173245.
Show description for ce7904ecommittedJavaScriptCore should build with newer clang
Show description for 5562b42committed
Commits on Jul 24, 2014
Creating a JSGlobalObject with a custom JSClassRef results in a JSProxy with the wrong prototype
Show description for 5b0c723committed
Mark Hahnenberg
Commits on Apr 16, 2014
Discern between NaNs that would be safe to tag and NaNs that need some purification before tagging
Show description for b0026adcommitted
Filip Pizlo
Commits on Mar 16, 2014
Remove all uses of deprecatedCharacters from JavaScriptCore
Show description for c793ddbcommitted
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted