Revert of Expose SIMD.Float32x4 type to Javascript. (patchset #14 id:450001 of https...
[platform/upstream/v8.git] / src / objects.cc
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-15 verwaestCleanup element normalization logic
2015-07-15 verwaestSimplify PrepareForDataProperty in the IsElement case
2015-07-15 verwaestFix non-standard element handling
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-15 adamk[es6] JSObject::GetOwnElementKeys should collect String...
2015-07-14 bbudgeV8: Add utility functions to check SameValue and SameVa...
2015-07-14 verwaestAllow setting accessor infos over read-only but configu...
2015-07-14 verwaestRemove duplicate flattening. Defining accessors doesn...
2015-07-14 verwaestReplace Set*Callback with TransitionToAccessorPair
2015-07-14 verwaestUse the LookupIterator to transition to elements accessors
2015-07-14 verwaestRemove map-copying for global objects. This was an...
2015-07-14 verwaestRemove temporary hack re deleting hidden properties
2015-07-13 verwaestFix keyed element access wrt string wrappers
2015-07-13 rmcilroyMove SmartPointer to base.
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-10 verwaestFix keyed access of primitive objects in the runtime.
2015-07-10 verwaestReload the map of typed arrays after performing ToNumber.
2015-07-10 bmeurerRemove more uses of the deprecated EnumSet template...
2015-07-08 ishellFixed a couple of proxies-related unhandled exceptions.
2015-07-08 verwaestPartially revert r29468
2015-07-07 yangguoDebugger: clear ICs on activating step-in to correctly...
2015-07-06 verwaestCleanup Delete backend implementation.
2015-07-06 jochenMake v8::Handle as "deprecated soon"
2015-07-03 verwaestIncrement descriptor array slack for prototypes by...
2015-07-02 verwaestAvoid converting key to string for deleting of elements
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-07-02 verwaestCleanup API property handling
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-26 mstarzinger[turbofan] Implement sharing of context-independent...
2015-06-25 yangguoSerializer: commit new internalized strings after deser...
2015-06-25 verwaestBack off normalizing on set length in sync with adding...
2015-06-25 verwaestMove Add to the elements accessor for everything but...
2015-06-25 yangguoReland 2 "Keep a canonical list of shared function...
2015-06-25 verwaestMove reconfiguration into the elements accessor
2015-06-25 verwaestLet AddDictionaryElement / AddFastElement purely add...
2015-06-25 yangguoRevert of Reland "Keep a canonical list of shared funct...
2015-06-25 mstarzingerRemove overzealous checking of --cache-optimized-code...
2015-06-25 yangguoReland "Keep a canonical list of shared function infos."
2015-06-25 Michael StarzingerSimplify interface to optimized code map lookup.
2015-06-25 mstarzingerMake sure bound functions never make it into optimized...
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-23 dslomovDo not add extra argument for new.target
2015-06-23 verwaestDon't insert elements transitions into normalized maps
2015-06-23 verwaestCleanup adding elements and in particular dictionary...
2015-06-23 verwaestMerge AddFastElement and AddFastDoubleElement
2015-06-23 ishellMap::ReconfigureProperty() should mark map as unstable...
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-22 yangguoDo not look for existing shared function info when...
2015-06-19 caitpotter88[es6] throw TypeError when setting cyclic prototype...
2015-06-19 conradwRevert relanded strong property access CL
2015-06-19 verwaestInline SetLengthWithoutNormalize into its callers
2015-06-19 mstarzingerRemove deprecated SharedFunctionInfo::dont_cache predicate.
2015-06-19 verwaestMore cleanup related to setting array.length
2015-06-19 yangguoKeep a canonical list of shared function infos.
2015-06-19 verwaestDon't roundtrip to JS to update the length. This is...
2015-06-19 verwaestRemove handles from ElementsAccessor::Set and friends
2015-06-18 verwaestCleanup typed array setters, the property is guaranteed...
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 verwaestCleanup INTEGER_INDEXED_EXOTIC handling a bit
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 verwaestMinor cleanup in element handling
2015-06-18 verwaestReturn void from array setters since the return value...
2015-06-18 verwaestMore cleanly separate adding from setting elements
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-17 verwaestUse output parameter to distinguish error from absent...
2015-06-17 verwaestSupport CreateDataProperty on JSObject in the runtime
2015-06-16 jochenIntroduce a base pointer field in FixedTypedArrayBase...
2015-06-15 jochenReland "Keep track of array buffers in new space separa...
2015-06-14 jochenRevert of Reland "Keep track of array buffers in new...
2015-06-13 verwaestAlso handle elements in *RealNamed* api methods
2015-06-12 verwaestIntroduce LookupIterator::PropertyOrElement which conve...
2015-06-12 verwaestIntroduce DefineOwnPropertyIgnoreAttributes and make...
2015-06-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
2015-06-12 ishellMap::TryUpdate() must be in sync with Map::Update().
2015-06-12 jochenReland "Keep track of array buffers in new space separa...
2015-06-12 bmeurerRevert of Keep track of array buffers in new space...
2015-06-12 jochenKeep track of array buffers in new space separately
2015-06-11 verwaestUse LookupIterator in GetOldValue
2015-06-11 Toon VerwaestRemove ASSERT, this method can handle ExternalArrays...
2015-06-11 verwaestReland of Use the LookupIterator in SetAccessor (patchs...
2015-06-11 Toon VerwaestRestore ExecutableAccessorInfoHandling for now
2015-06-11 verwaestUse LookupIterator for elements in the observed part...
2015-06-11 verwaestUse LookupIterator for elements in GetAccessor
2015-06-11 Toon VerwaestReconfigure on the right holder, which might be a hidde...
2015-06-11 ishellRevert of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 ishellRevert of Use the LookupIterator in SetAccessor (patchs...
2015-06-11 verwaestUse the LookupIterator in SetAccessor
2015-06-11 verwaestReplace SetObjectProperty / DefineObjectProperty with...
2015-06-11 Toon VerwaestFix GCMole issue
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-10 bmeurer[deoptimizer] Basic support inlining based on SharedFun...
2015-06-08 erikcorryRevert of Only record one in n line endings to save...
2015-06-08 erikcorryOnly record one in n line endings to save space.
2015-06-08 ulanAdd compiler field to code print output.
2015-06-04 arv[es6] super.prop, eval and lazy functions
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
next