Revert of Moving ArraySplice Builtin to ElementsAccessor (patchset #8 id:140001 of...
[platform/upstream/v8.git] / src / elements.cc
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-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-08-07 jkummerow[IC] Make SeededNumberDictionary::UpdateMaxNumberKey...
2015-07-31 cbruniArray Builtin Refactoring: Creating API methods on...
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-15 verwaestFix non-standard element handling
2015-07-10 verwaestUpdate the context if Set on slow-mode argument targets...
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 verwaestDelete from non-array end by trimming the backing store
2015-07-07 verwaestIndex -> Entry and Key -> Index in elements.[cc|h]
2015-07-06 verwaestWrap elements.cc in an anonymous namespace
2015-07-06 verwaestCleanup Delete backend implementation.
2015-07-03 verwaestRemove obsolete GetAccessorPair from ElementsAccessor
2015-07-02 verwaestMove slow classes above fast to directly call Reconfigu...
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-06-25 verwaestBack off normalizing on set length in sync with adding...
2015-06-25 verwaestOnly try to delete dictionary elements if the length...
2015-06-25 verwaestMove Add to the elements accessor for everything but...
2015-06-25 verwaestMove reconfiguration into the elements accessor
2015-06-23 verwaestCleanup adding elements and in particular dictionary...
2015-06-23 verwaestMove SetFastElementsCapacity into GrowCapacityAndConvert
2015-06-22 verwaestRemove duplicate isolate
2015-06-22 verwaestMove SetFastDoubleElementsCapacity into GrowCapacityAnd...
2015-06-22 verwaestGet rid of JSArray::Expand and friends
2015-06-19 verwaestInline SetLengthWithoutNormalize into its callers
2015-06-19 verwaestMore cleanup related to setting array.length
2015-06-19 verwaestSplit setting array length from handling new Array...
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-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 conradw[strong] Implement per-object restrictions behaviour...
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-05-12 yangguoMigrate error messages, part 10.
2015-05-12 yangguoRevert of Migrate error messages, part 10. (patchset...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-06 yangguoMigrate error messages, part 8.
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-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-16 ulanUse atomic operation to read the length of a fixed...
2015-03-13 titzerSpeed up FastElementsAccessor::ValidContents by removin...
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
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-11-27 dcarneyAdd interceptor support for symbols
2014-09-29 ishell@chromium.orgArrayConcat regression recover after r20312 (appeared...
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-09-01 yangguo@chromium.orgDo not expose termination exceptions to the Exception...
2014-08-26 mstarzinger@chromi... Fix and re-enable test-api/InitializeAndDispose.
2014-08-21 verwaest@chromium.orgRename IsDontDelete to IsConfigurable (and invert condi...
2014-08-20 verwaest@chromium.orgDelete dead GetType from elements accessors
2014-08-05 mstarzinger@chromi... Move left and right trimming of FixedArray into Heap.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-28 danno@chromium.orgKeep new arrays allocated with 'new Array(N)' in fast...
2014-07-25 ishell@chromium.orgKraken recover after r20312.
2014-07-24 danno@chromium.orgRevert 22595: "Keep new arrays allocated with 'new...
2014-07-24 danno@chromium.orgKeep new arrays allocated with 'new Array(N)' in fast...
2014-06-13 jkummerow@chromium.orgKeep maps when resetting elements.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-09 ishell@chromium.orgPresubmit checks recover:
2014-04-29 yangguo@chromium.orgReturn MaybeHandle from Object::ToSmi.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-28 jochen@chromium.orgMerge v8converions with conversions
2014-04-25 ishell@chromium.orgDictionary::SetEntry() and Dictionary::AddEntry() handl...
2014-04-22 yangguo@chromium.orgIntroduce exception object and remove some uses of...
2014-04-16 yangguo@chromium.orgRemove further unhandlified call sites of number alloca...
2014-04-10 ishell@chromium.orgObject::GetElements() and friends maybehandlification.
2014-04-09 ishell@chromium.orgElementsAccessor::Delete() maybehandlified.
2014-04-09 mvstanton@chromium.orgHandlefy Descriptor and other code in objects.cc
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.
next