[runtime] Store constructor function index on primitive maps.
[platform/upstream/v8.git] / src / objects.cc
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-08-11 mstarzinger[heap] Avoid inclusion of objects-visiting-inl.h header.
2015-08-11 bmeurer[stubs] Store typeof string on Oddballs.
2015-08-11 bmeurer[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
2015-08-10 mstarzinger[heap] Avoid overzealous inclusion of heap internal...
2015-08-08 jkummerowFasterify JSObject::UnregisterPrototypeUser
2015-08-07 jkummerow[IC] Make SeededNumberDictionary::UpdateMaxNumberKey...
2015-08-06 bbudgeV8: Add SIMD functions for Phase 1.
2015-08-06 mstarzingerFix stale entries in optimized code map.
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-05 yangguoRevert of Remove serializer-specific hash table size...
2015-08-05 mstarzingerFully deprecate FixedArray::CopySize method.
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-04 mstarzingerIntroduce safe interface to "copy and grow" FixedArray.
2015-08-04 yangguoRevert of Remove serializer-specific hash table size...
2015-08-04 yangguoRemove serializer-specific hash table size heuristic.
2015-08-04 hpayerAdjustLiveBytes and friends takes a heap object pointer...
2015-08-03 oth[Interpreter] Consistency fixes.
2015-08-03 jochenCheck whether a typed array was neutered before writing...
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-08-03 oth[Intepreter] BytecodeArrayBuilder and accumulator based...
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 oth[Interpreter] Add more bytecode definitions and add...
2015-07-28 jkummerowFix prototype registration upon SlowToFast migration
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 bmeurer[stubs] Properly handle read-only properties in StoreGl...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-27 ishellCross-script variables handling fixed. It was possible...
2015-07-24 rmcilroy[interpreter] A couple of minor tweaks to BytecodeArray.
2015-07-24 oth[Interpreter] Add BytecodeArray class and add to Shared...
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-07-23 jochenRemove code for no longer present external array on...
2015-07-22 mstarzingerAllow for optimized code map to have zero entries.
2015-07-20 yangguoDebugger: prepare code for debugging on a per-function...
2015-07-20 adamkFix element enumeration on String wrappers with diction...
2015-07-17 verwaestProperly fix enumerate / Object.keys wrt access checked...
2015-07-17 verwaestFix object enumeration wrt access checked objects
2015-07-17 verwaestFix DefineOwnProperty for data properties wrt failed...
2015-07-17 verwaestFix GetOwnPropertyNames on access-checked objects
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
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...
next