Commits
User selector
Commit History
Commits on Oct 5, 2020
in putComputedWithReceiver_RJS, don't reuse descriptor for receiver
Show description for dd4eb38authored andcommitted
Commits on Oct 2, 2020
Don't check the for-in cache for non-cacheable objects.
Show description for 83dfb44authored andcommitted
Commits on Sep 26, 2020
Handle set where internalSetter and Proxy are both true
Show description for 8cb935cauthored andcommittedAvoid an assert when defining a prop on a Proxy array target
Show description for 2201966authored andcommitted
Commits on Sep 23, 2020
Add assert to make sure nothing calls defineOwnProperty with an index-like property
Show description for 0442fcdauthored andcommitted
Commits on Aug 26, 2020
[CVE-2020-1911] Look up HostObject computed properties on the right object in the prototype chain.
Show description for fe52854authored andcommitted
Commits on Aug 24, 2020
Initialize lazy objects when caching classes in for-in.
Show description for 1848bafauthored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommitted
Commits on Jun 1, 2020
Use PseudoHandle in JSObject API.
Show description for 8f95074authored andcommitted
Commits on May 21, 2020
Update write barriers for Hades
Show description for ee760b4authored andcommitted
Commits on Apr 16, 2020
Prefer displayName over name for heap snapshots of functions
Show description for a923968authored andcommitted
Simplify some conditions in heap snapshot name retrieval
Show description for da0a687authored andcommitted
Commits on Feb 26, 2020
Return PseudoHandle from SegmentedArray::create.
Show description for 9e2c71cauthored andcommittedReturn `PseudoHandle` from GCCell creation functions.
Show description for 8f71bceauthored andcommitted
Commits on Feb 22, 2020
Remove toHandle and overload makeHandle for PseudoHandle.
Show description for 45b85e1authored andcommitted
Commits on Jan 14, 2020
Make direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for a93ce9fauthored andcommittedRevert D19318820: Make direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for 8d57632authored andcommitted
Revert D19318598: Refactor creation of JS objects
Show description for cc56574authored andcommitted
Refactor creation of JS objects
Show description for c4d8d8fauthored andcommittedMake direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for eca1f1cauthored andcommitted
Commits on Jan 13, 2020
Add number pseudo-nodes into heap snapshots
Show description for 60a9d1bauthored andcommitted
Commits on Jan 8, 2020
inline, save 160m insns
Show description for d3aecf5authored andcommittedAdd proxy support to getComputedPropertyValue_RJS which takes the property name
Show description for f51eac3authored andcommittedUse Proxy in JSObject.
Show description for 34f281bauthored andcommittedcreate JSObject::getPrototypeOf which will implement [[GetPrototypeOf]]
Show description for f86d323authored andcommitted
Commits on Dec 31, 2019
Back out "Compute overlapping direct property slots and shift other properties accordingly"
Show description for d1415aaauthored andcommittedBack out "Make direct property slots trailing and overlapping w/ C++ fields of subclasses"
Show description for 974c2d1authored andcommitted
Commits on Dec 23, 2019
Make direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for 1e7bb00authored andcommittedCompute overlapping direct property slots and shift other properties accordingly
Show description for a80cbb7authored andcommittedAdd improved instrumentation for errors relating to invalid symbols
Show description for 6b42452authored andcommitted
Commits on Dec 21, 2019
Add a location to JSObject in heap snapshots
Show description for 76ca4b1authored andcommitted
Commits on Dec 19, 2019
Add support for addLocations callback in GCCells
Show description for c8a59beauthored andcommitted
Commits on Dec 6, 2019
Make resizeWithinCapacity allocation-less for SegmentedArray
Show description for 044cf4bauthored andcommitted
Commits on Dec 5, 2019
Refactor internal properties support
Show description for b80ad1eauthored andcommitted
Commits on Nov 26, 2019
Add preventExtensions and isExtensible overload for [[IsExtensible]] internal method
Show description for 6afe4e4authored andcommitted