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 e98ff12committed
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 53014e3committed
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 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
[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 Jan 28, 2021
WebAssembly: add support for stream APIs
Show description for 9783bd1committed
Commits on Jan 13, 2021
[JSC] Bypass OperationPtrTagging for JITCage verification for CallDOMGetter
Show description for 73afabbcommitted
Commits on Jan 7, 2021
[JSC] Simplify get*PropertyNames() methods and EnumerationMode
Show description for 8aac9eccommitted
Commits on Nov 19, 2020
[JSC] Add support for static private class fields
Show description for 184e859authored andcommitted
Commits on Oct 20, 2020
[WebIDL] %Interface%.prototype.constructor should be defined on [[Set]] receiver
Show description for 27a0b86committed
Commits on Oct 16, 2020
REGRESSION(r267727): Warning spam from JSC_DECLARE_CUSTOM_GETTER
Show description for 5bfaf9dauthored andcommitted
Commits on Oct 11, 2020
Unreviewed, mark missing custom getter and setters
Show description for d939625committed
Commits on Oct 5, 2020
Build fix: Use JSC_DEFINE_HOST_FUNCTION_WITH_ATTRIBUTES() with SUPPRESS_ASAN
Show description for d1386d4committed
Commits on Sep 29, 2020
Unreviewed, attempt to fix WinCairo build failure
Show description for 99e0145committedUse JSC_DECLARE_JIT_OPERATION / JSC_DECLARE_CUSTOM_GETTER / JSC_DECLARE_CUSTOM_SETTER
Show description for a509b3acommitted
Commits on Sep 25, 2020
[JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION to make host function definition easy-to-scanned for JIT-caging
Show description for edc103acommitted
Commits on Sep 24, 2020
[JSC] Simply some of template-specialized host functions by defining each function
Show description for b1823bacommitted