[es6] Implement Date.prototype[@@toPrimitive] as C++ builtin.
[platform/upstream/v8.git] / src / objects.cc
2015-08-31 bmeurer[es6] Implement Date.prototype[@@toPrimitive] as C...
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 mstarzingerMove runtime helper for ToName conversion onto Object.
2015-08-27 mstarzinger[heap] Limit friendship of the Heap class to essentials.
2015-08-27 rmcilroy[interpreter] Add constant_pool() to BytecodeArray.
2015-08-27 rmcilroy[Interpreter] Add support for parameter variables.
2015-08-27 mvstantonVector ICs: Stop iterating the heap to clear keyed...
2015-08-26 mstarzingerMove runtime helper for JSArrayBuffer onto objects.
2015-08-26 mstarzingerMove runtime helper for JSWeakCollection onto objects.
2015-08-26 mstarzingerMove runtime helper for JSSet and JSMap onto objects.
2015-08-26 ishellDo not inline array resize operations for outdated...
2015-08-24 rmcilroyAdd CompileInfo::GetDebugName()
2015-08-21 rossberg[es6] Parameter scopes for sloppy eval
2015-08-21 yangguoIntroduce SharedFunctionInfo::Iterator and Script:...
2015-08-21 yangguoUnify symbols sharing across native scripts and runtime.
2015-08-20 yangguoKeep track of script objects in a weak fixed array.
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-08-19 yangguoDo not compact weak fixed array when re-allocating...
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-13 yangguoDebugger: remove duplicate heap iterations.
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...
next