Commits
User selector
Commit History
Commits on Sep 3, 2021
[JSC] Validate JSPropertyNameEnumerator via watchpoints
Show description for 36e377ccommitted
Commits on Sep 2, 2021
Add more support for JIT operation validation testing.
Show description for 41bdcb7committed
Mark Lam
Commits on Jul 31, 2021
putInlineFastReplacingStaticPropertyIfNeeded should handle custom values
Show description for ee0e12acommitted
Commits on Jul 30, 2021
[JSC] Legacy RegExp fields should be accessors
Show description for daaceb7committed
Commits on Jul 23, 2021
[JSC] Call custom accessors / values with their holder's global object
Show description for b2f5baecommitted
Commits on Jul 13, 2021
New malloc algorithm
Show description for b6d532acommitted
Commits on Jul 7, 2021
Unreviewed, reverting r279546, r279554, r279558 and r279567.
Show description for d033331committed
Commits on Jul 3, 2021
[WebIDL] Rework runtime enabled properties leveraging PropertyCallback
Show description for a55a807committed
Commits on Jun 8, 2021
Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy
Show description for cf4239fcommitted
Commits on Jun 7, 2021
$vm should have a function for checking if security assertions are enabled similar to $vm.assertEnabled
Show description for 961450aauthored andcommitted
Commits on Jun 4, 2021
[JSC] Make $vm's accessor test functions robust against primitive |this|
Show description for 3315a13committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committedStop using UncheckedLock in JSC::VMInspector
Show description for 6f73908committed
Commits on May 29, 2021
Stop using UncheckedLock in WTF::MetaAllocator
Show description for ebdfb12committed
Commits on May 28, 2021
Add the ability to dump statistics about cumulative counts and code sizes of Baseline JIT opcodes and DFG nodes
Show description for 53014e3committedNext step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 26, 2021
Use UncheckedLock even less in JavaScriptCore
Show description for 321cdfccommitted
Commits on May 25, 2021
When running with --reportTotalPhaseTimes=1, we should also log the max time in a phase
Show description for b3f1327committed
Robin Morisset
Commits on May 24, 2021
Make CheckedLock the default Lock
Show description for e801aaacommitted
Commits on May 23, 2021
Remove ENABLE(MASM_PROBE) flag.
Show description for 5bcc127committed
Mark LamEnhance Link Buffer stats to have more fine grain profiles, and to collect count information.
Show description for 2dba95ecommitted
Mark Lam
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committedStop using holdLock() in JSC as it is not compatible with Clang thread safety analysis
Show description for 83f518bcommitted
Commits on May 20, 2021
$vm should have a function for checking if ASan is enabled similar to $vm.assertEnabled
Show description for eb3ae7aauthored andcommitted
Commits on May 18, 2021
Temporarily revert r276592 as it breaks some native apps
Show description for 811aa6ecommitted
Commits on May 10, 2021
Add support to collect stats on cumulative LinkBuffer linked sizes based on profiles.
Show description for f551322committed
Mark Lam
Commits on Apr 28, 2021
Fix exception assertions in light of the TerminationException.
Show description for 8e87fb4committed
Mark Lam
Commits on Apr 26, 2021
numCalleeLocals, numParameters, and numVars should be unsigned
Show description for 13a6adccommitted[JSC] OrdinarySet should invoke custom [[Set]] methods
Show description for a5cadcacommitted
Commits on Mar 19, 2021
Add PropertyName parameter to custom setters to allow shared implementations to do late name lookup
Show description for c34e2d5committed
Sam Weinig
Commits on Mar 3, 2021
[JSC] Remove ImpureProxyType
Show description for 2db8314committed
Commits on Feb 19, 2021
Implement a GC verifier.
Show description for c3ca5dccommitted
Mark Lam
Commits on Feb 13, 2021
[ARM64e] Harden Mach exception handling
Show description for ba70933committed