[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / transitions-inl.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-06-18 ulanRevert of Replace ad-hoc weakness in transition array...
2015-06-17 ulanReplace ad-hoc weakness in transition array with WeakCell.
2015-03-06 jkummerowReland: Simplify and compact transitions storage
2015-03-05 jkummerowRevert of Simplify and compact transitions storage...
2015-03-05 jkummerowSimplify and compact transitions storage
2014-12-12 ishellUsing PropertyKind in transitions instead of PropertyType.
2014-12-10 adamkOptimize Object.seal and Object.preventExtensions
2014-12-10 ishellReland of "TransitionArray now uses <is_data_property...
2014-11-24 ishellReland of "TransitionArray::Search() now returns insert...
2014-11-13 ishell@chromium.orgRevert "TransitionArray::Search() now returns insertion...
2014-11-13 ishell@chromium.orgRevert "TransitionArray now uses <is_data_property...
2014-11-05 ishell@chromium.orgTransitionArray now uses <is_data_property, name, attri...
2014-11-04 ishell@chromium.orgTransitionArray::Search() now returns insertion index...
2014-11-03 ishell@chromium.orgReland "Limit the number of transitions allowed per...
2014-10-27 verwaest@chromium.orgRevert "Limit the number of transitions allowed per...
2014-10-24 verwaest@chromium.orgLimit the number of transitions allowed per hidden...
2014-10-23 ishell@chromium.orgMore details printed for Map, DescriptorArray and Trans...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-04 hpayer@chromium.orgDon't overwrite transition array map while iterating...
2014-03-19 ulan@chromium.orgRemoved obsolete and dead includes.
2014-02-18 verwaest@chromium.orgDirectly store the transition target on LookupResult...
2013-12-23 yangguo@chromium.orgCache optimized code for OSR.
2013-07-31 verwaest@chromium.orgRemove elements transitions from the transition array.
2013-03-04 rossberg@chromium.orgES6 symbols: Allow symbols as property names
2012-10-19 verwaest@chromium.orgFast path for searching through simple transitions
2012-10-17 verwaest@chromium.orgMove DescriptorArray into the map.
2012-10-11 verwaest@chromium.orgRemove descriptors pointer.
2012-09-19 verwaest@chromium.orgReduce space usage of simple transitions and descriptor...
2012-09-14 verwaest@chromium.orgMoving the WhitenessWitness back to DescriptorArray.
2012-09-12 verwaest@chromium.orgSharing of descriptor arrays.
2012-08-27 verwaest@chromium.orgMake order of addition the primary order of descriptor...
2012-08-13 verwaest@chromium.orgSwapped transition array and descriptor array.
2012-07-27 verwaest@chromium.orgRemoved recording of Target Slot in transition arrays...
2012-07-20 verwaest@chromium.orgDon't record elements transition slots since it will...
2012-07-19 verwaest@chromium.orgMoved lastadded from DescriptorArray to Map. Renamed...
2012-07-16 verwaest@chromium.orgRemoved transitions from the accessor pair descriptors.
2012-07-11 verwaest@chromium.orgEnsure that all descriptors have a valid enumeration...
2012-07-10 verwaest@chromium.orgMoving prototype transitions into the header of the...
2012-07-05 verwaest@chromium.orgSeparating transitions from descriptors.