[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / elements.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-17 cbruniImprove JSReceiver::GetKeys Speed
2015-09-07 cbruniAdding ElementsAccessor::Concat
2015-09-02 cbruniAdding ElementsAccessor::Shift
2015-09-02 cbruniElementsAccessor Array Builtins Cleanup
2015-09-01 cbruniAdding ElementsAccessor::Unshift
2015-08-31 cbruniAdding ElementsAccessor::Pop
2015-08-31 cbruniAdding ElementsAccessor::Slice
2015-08-27 cbruniAdding ElementsAccessor Splice
2015-08-25 hablichRevert of Moving ArraySplice Builtin to ElementsAccesso...
2015-08-25 cbruniRevert of Array.prototype.unshift builtin improvements...
2015-08-25 cbruniArray.prototype.unshift builtin improvements
2015-08-24 cbruni- remove the Backing-Store specific code from builtins...
2015-08-20 cbruniRevert of Moving ArraySplice Builtin to ElementsAccesso...
2015-08-20 cbruni- remove the Backing-Store speficic code from builtins...
2015-07-31 cbruniArray Builtin Refactoring: Creating API methods on...
2015-07-10 verwaestUse entry rather than index in ElementsAccessor::Get
2015-07-10 verwaestUse entry rather than index in ElementsAccessor::Set
2015-07-07 verwaestIndex -> Entry and Key -> Index in elements.[cc|h]
2015-07-06 verwaestCleanup Delete backend implementation.
2015-07-03 verwaestRemove obsolete GetAccessorPair from ElementsAccessor
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-06-25 verwaestMove Add to the elements accessor for everything but...
2015-06-25 verwaestMove reconfiguration into the elements accessor
2015-06-23 verwaestMerge AddFastElement and AddFastDoubleElement
2015-06-23 verwaestMove SetFastElementsCapacity into GrowCapacityAndConvert
2015-06-22 verwaestMove SetFastDoubleElementsCapacity into GrowCapacityAnd...
2015-06-22 verwaestGet rid of JSArray::Expand and friends
2015-06-19 verwaestMore cleanup related to setting array.length
2015-06-19 verwaestRemove handles from ElementsAccessor::Set and friends
2015-06-18 verwaestCleanup typed array setters, the property is guaranteed...
2015-06-18 verwaestReturn void from array setters since the return value...
2015-06-11 verwaestRevert of Revert of Remove GetAttributes from the mix...
2015-06-11 ishellRevert of Remove GetAttributes from the mix to avoid...
2015-06-11 verwaestRemove GetAttributes from the mix to avoid another...
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-02 verwaestHandle Delete of element with LookupIterator
2015-06-02 verwaestUse GetProperty for getting elements.
2015-05-21 verwaestStart adding support for elements to the LookupIterator
2015-05-20 verwaestFix for-in for large indexes and indexes on proxies
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-24 jochenRevert of Reland "Remove the weak list of views from...
2015-04-23 jochenReland "Remove the weak list of views from array buffers"
2015-04-22 jochenRevert of Remove the weak list of views from array...
2015-04-22 jochenRemove the weak list of views from array buffers
2015-02-19 verwaestRevert of Remove handle wrappers from basic elements...
2015-02-19 Toon VerwaestRemove handle wrappers from basic elements accessors
2015-02-19 Toon VerwaestRemove receiver as parameter to Get/Has Element in...
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-20 verwaestRemove ForceDelete
2014-12-01 halton.huoFix clang++ warnings on -Wtautological-constant-out...
2014-11-27 dcarneyAdd interceptor support for symbols
2014-09-29 ishell@chromium.orgArrayConcat regression recover after r20312 (appeared...
2014-08-20 verwaest@chromium.orgDelete dead GetType from elements accessors
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
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-10 ishell@chromium.orgObject::GetElements() and friends maybehandlification.
2014-04-09 ishell@chromium.orgElementsAccessor::Delete() maybehandlified.
2014-04-09 ishell@chromium.orgElementsAccessor::SetLength() maybehandlified.
2014-04-09 ishell@chromium.orgReland of r20606: Further ElementsAccessor handlificati...
2014-04-09 ishell@chromium.orgRevert "Further ElementsAccessor handlification (GetKey...
2014-04-09 ishell@chromium.orgFurther ElementsAccessor handlification (GetKeyForIndex...
2014-04-08 ishell@chromium.orgFurther ElementsAccessor handlification (Get(), AddElem...
2014-04-07 ishell@chromium.orgCallers of ElementsAccessor::Validate() handlified.
2014-04-07 ishell@chromium.orgElementsAccessor::GetAccessorPair() handlified.
2014-04-04 ishell@chromium.orgElementsAccessor's public interface handlification.
2014-04-04 ishell@chromium.orgCallers of ElementsAccessor::AddElementsToFixedArray...
2014-04-03 ishell@chromium.orgPartial recover from performance degradation after...
2014-03-27 ishell@chromium.orgElementsAccessor::CopyElements() and its callers handli...
2014-03-25 ishell@chromium.orgTransitionElementsKind() and its recursive call chain...
2014-03-25 ishell@chromium.orgCallers of ElementsAccessor::SetCapacityAndLength(...
2014-03-20 ishell@chromium.orgArrayShift builtin handlified.
2014-03-20 ishell@chromium.orgArrayPush builtin handlified.
2014-03-20 ishell@chromium.orgElementsAccessor::Delete() handlified.
2014-03-19 ishell@chromium.orgElementsAccessor::SetLength() handlified.
2014-03-19 ishell@chromium.orgHandlification of JSArray::SetElementsLength().
2014-03-18 ishell@chromium.orgHandlification of ArrayConstructorCommon().
2014-03-17 ishell@chromium.orgHandlification of ArrayConstructorCommon().
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2013-03-01 mvstanton@chromium.orgAllocation Info Tracking, continued.
2013-02-08 danno@chromium.orgAdd additional flags to control array abuse tracing
2013-02-07 danno@chromium.orgAdd --trace-array-abuse to help find OOB accesses.
2013-01-02 verwaest@chromium.orgMove CopyElements to the accessor of the target.
2012-11-15 verwaest@chromium.orgSupport all fast elements kinds in the major array...
2012-11-15 rossberg@chromium.orgObject.observe: Handle oldValue for elements with acces...
2012-11-08 rossberg@chromium.orgObject.observe: generate change records for indexed...
2012-05-23 danno@chromium.orgImplement tracking and optimizations of packed arrays
2012-05-09 fschneider@chromiu... Force checking of result on all functions in elements...
2012-03-27 svenpanne@chromium.orgValgrind cleanliness, part 3: Delete elements accessors...
2012-03-25 jkummerow@chromium.orgFix missing write barrier in CopyObjectToObjectElements.
2012-03-16 danno@chromium.orgUse CopyElements for SetFastDoubleElementsCapacityAndLength
2012-03-09 danno@chromium.orgImplement efficient element copying in ElementsAccessors.
2012-03-06 danno@chromium.orgConsistently order receiver and holder argument in...
2012-03-06 danno@chromium.orgAutomatically determine ElementsKind name for debug...
2012-03-05 danno@chromium.orgRecfactor core HasElement functionality into ElementsAc...
2011-12-09 danno@chromium.orgSupport Smi->Double->HeapObject transitions in construc...
2011-11-08 mstarzinger@chromi... Fix setting array length to be ES5 conform.
next