Reland of "Remove ExternalArray, derived types, and element kinds"
[platform/upstream/v8.git] / src / lookup.cc
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 verwaestSimplify PrepareForDataProperty in the IsElement case
2015-07-15 verwaestFix non-standard element handling
2015-07-14 verwaestReplace Set*Callback with TransitionToAccessorPair
2015-07-14 verwaestUse the LookupIterator to transition to elements accessors
2015-07-10 verwaestFix keyed access of primitive objects in the runtime.
2015-07-10 verwaestUse entry rather than index in ElementsAccessor::Get
2015-07-10 verwaestUse entry rather than index in ElementsAccessor::Set
2015-07-10 verwaestReload the map of typed arrays after performing ToNumber.
2015-07-06 verwaestCleanup Delete backend implementation.
2015-07-01 verwaestMinor performance improvements to the LookupIterator
2015-06-25 verwaestMove reconfiguration into the elements accessor
2015-06-22 verwaestMove SetFastDoubleElementsCapacity into GrowCapacityAnd...
2015-06-19 verwaestRemove handles from ElementsAccessor::Set and friends
2015-06-18 verwaestCleanup typed array setters, the property is guaranteed...
2015-06-18 verwaestMore cleanly separate adding from setting elements
2015-06-17 verwaestRely on the map being a dictionary map rather than...
2015-06-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 ishellRevert of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 verwaestReplace SetObjectProperty / DefineObjectProperty with...
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-02 verwaestUse LookupIterator for GetElementAttributes and friends
2015-06-02 verwaestUse GetProperty for getting elements.
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 ishellStarting using GlobalDictionary for global objects...
2015-05-21 verwaestSimplify GetProperty helpers to ease element support
2015-05-21 verwaestStart adding support for elements to the LookupIterator
2015-05-18 verwaestReland "Mark internal AccessorInfo properties as 'speci...
2015-05-17 machenbachRevert of Mark internal AccessorInfo properties as...
2015-05-12 verwaestMark internal AccessorInfo properties as "special data...
2015-04-30 dcarneydrop interalization of strings entering global constant...
2015-03-30 dcarneyfix special index parsing
2015-03-25 verwaestRestore PushStackTraceAndDie for the case where we...
2015-03-19 verwaestCannot use Handle<T>::cast in Unique<T>::cast since...
2015-03-19 yangguoAdd debug checks to catch PropertyCell::cast failures.
2015-03-18 dcarneyadd interceptors which do not mask existing properties
2015-03-17 dcarneycorrectly invalidate global cells
2015-03-10 dcarneyhandle the special snowflakes that are Integer Indexed...
2015-02-26 verwaestRemove internal use of v8::AccessType, always pass...
2015-02-16 ishellProperty reconfiguring implemented.
2015-02-11 dcarneyadd transitions for global properties in ics
2015-02-09 dcarneyfix transition of typedarrays in ics
2015-01-26 ulanLoad getter from map descriptor instead of embedding...
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-07 dcarneyremove declarative accessors
2014-12-15 jkummerowAdd infrastructure to keep track of references to proto...
2014-12-15 jkummerowInternalize strings being stored into uninitialized...
2014-11-19 ishellPropertyDetails cleanup: NORMAL property type merged...
2014-10-22 dslomov@chromium.orgFlatten the string in StringToDouble function.
2014-10-21 dslomov@chromium.orgHandle property name "-0" correctly for typed arrays.
2014-10-17 dslomov@chromium.orgCorrect semantics for numerically indexed stores to...
2014-10-17 dslomov@chromium.orgRevert "Correct semantics for numerically indexed store...
2014-10-17 dslomov@chromium.orgCorrect semantics for numerically indexed stores to...
2014-09-16 verwaest@chromium.orgSimplify the LookupIterator
2014-09-04 verwaest@chromium.orgGet rid of special property_encoding flag on the Lookup...
2014-09-04 verwaest@chromium.orgFlatten property_kind into state. Add UNKNOWN as a...
2014-08-26 verwaest@chromium.orgRemove dead code from LookupResult
2014-08-25 verwaest@chromium.orgRemove HolderIsNonGlobalHiddenPrototype since OWN*...
2014-08-25 verwaest@chromium.orgClean up LookupIterator::Configuration naming
2014-08-25 verwaest@chromium.orgMinor LookupIterator cleanups
2014-08-22 verwaest@chromium.orgRewrite StoreIC handling using the LookupIterator....
2014-08-21 verwaest@chromium.orgGet rid of the NONEXISTENT PropertyType
2014-08-19 verwaest@chromium.orgUse LookupIterator to transition to accessors
2014-08-18 verwaest@chromium.orgRename the configuration flags of the LookupIterator
2014-08-18 verwaest@chromium.orgRewriting SetOwnPropertyIgnoreAttributes using the...
2014-08-06 verwaest@chromium.orgLoad constants from the DescriptorArray
2014-08-05 verwaest@chromium.orgInline LookupInHolder and NextHolder
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-08-04 jkummerow@chromium.orgAvoid one repeated property lookup when computing load...
2014-07-24 verwaest@chromium.orgIntroduce NonJSProxyHolder returning Handle<JSObject...
2014-07-18 verwaest@chromium.orgReimplement SetProperty using the LookupIterator
2014-07-17 verwaest@chromium.orgRemove hole handling since holes cannot occur in JSObje...
2014-07-14 jochen@chromium.orgUnify LookupIterator::GetRoot and Objects::GetRootMap
2014-06-12 verwaest@chromium.orgRewrite GetPropertyAttribute to use the LookupIterator
2014-06-11 verwaest@chromium.orgRossberg's suggested changes to the LookupIterator.
2014-06-11 verwaest@chromium.orgImplement LookupIterator designed to replace LookupResult