Revert of [simd.js] Update to spec version 0.8.2. (patchset #11 id:200001 of https...
[platform/upstream/v8.git] / src / objects-inl.h
2015-08-24 hablichRevert of [simd.js] Update to spec version 0.8.2. ...
2015-08-24 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-21 rossberg[es6] Parameter scopes for sloppy eval
2015-08-21 yangguoDo not use js builtins object to determine whether...
2015-08-21 yangguoIntroduce SharedFunctionInfo::Iterator and Script:...
2015-08-20 yangguoKeep track of script objects in a weak fixed array.
2015-08-18 bbudge[simd.js] Macro-ize more SIMD code.
2015-08-18 oth[Interpreter] Minimal bytecode generator.
2015-08-18 yangguoReenable code recompilation verification.
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-14 mstarzingerMake some foo.h headers usable without foo-inl.h header.
2015-08-13 mstarzingerMake object.h usable without object-inl.h header.
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
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-11 mstarzingerRemove several grab-bag includes from the v8.h header.
2015-08-10 mstarzinger[heap] Avoid overzealous inclusion of heap internal...
2015-08-08 jkummerowFasterify JSObject::UnregisterPrototypeUser
2015-08-07 mlippautz[GC] Align behavior of JSProxy with JSObject when embed...
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-05 yangguoRevert of Remove serializer-specific hash table size...
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-04 yangguoRevert of Remove serializer-specific hash table size...
2015-08-04 yangguoRemove serializer-specific hash table size heuristic.
2015-08-03 oth[Interpreter] Consistency fixes.
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-08-03 yangguoDisable code recompile verification.
2015-08-03 yangguoCreate function name const assignment after parsing...
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-24 rmcilroy[interpreter] A couple of minor tweaks to BytecodeArray.
2015-07-24 yangguoDebugger: always include deoptimization support for...
2015-07-24 oth[Interpreter] Add BytecodeArray class and add to Shared...
2015-07-22 jochenStore offset between fixed typed array base and data...
2015-07-20 yangguoDebugger: prepare code for debugging on a per-function...
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-16 yangguoDebugger: ensure that functions with debug info have...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-15 verwaestSimplify PrepareForDataProperty in the IsElement case
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-14 paul.lindFix big-endian after '[osr] Increase Code::profiler_tic...
2015-07-13 verwaestMinor cleanup IC keyed access handling.
2015-07-13 bmeurer[osr] Increase Code::profiler_ticks to 28 bits.
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-08 verwaestPartially revert r29468
2015-07-03 verwaestIncrement descriptor array slack for prototypes by...
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-07-01 verwaestMicro-optimize lookupiterator: faster path for fast...
2015-07-01 yangguoDebugger: ensure that break points are set in code...
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-25 yangguoReland 2 "Keep a canonical list of shared function...
2015-06-25 yangguoRevert of Reland "Keep a canonical list of shared funct...
2015-06-25 yangguoReland "Keep a canonical list of shared function infos."
2015-06-25 bbudgeMake helper functions compatible with larger ToBooleanS...
2015-06-24 yangguoSerializer: clear next link in weak cells.
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-23 verwaestCleanup adding elements and in particular dictionary...
2015-06-23 verwaestMerge AddFastElement and AddFastDoubleElement
2015-06-22 verwaestGet rid of JSArray::Expand and friends
2015-06-19 conradwRevert relanded strong property access CL
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 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 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 verwaestReturn void from array setters since the return value...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-18 balazs.kilvadyMIPS: Fix unaligned memory access.
2015-06-17 verwaestMake sure to flatten names before lookup. Lookup using...
2015-06-16 wingoAll private symbols are own symbols
2015-06-16 jochenIntroduce a base pointer field in FixedTypedArrayBase...
2015-06-15 ulanRemove the --collect-maps flag. Maps should be always...
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-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-08 mbrandyFix uninitialized variable compiler errors [GCC 4.8.4]
2015-06-08 jochenFactor out handling of mixed objects preprocessing...
2015-06-04 arv[es6] super.prop, eval and lazy functions
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 bbudgeAdd new Float32x4 type for SIMD.js.
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-02 verwaestHandle Delete of element with LookupIterator
2015-06-02 verwaestUse LookupIterator for GetElementAttributes and friends
2015-06-02 verwaestUse GetProperty for getting elements.
2015-06-02 ishellGlobalDictionary now stores PropertyDetails in Property...
2015-06-01 ishellEnum DictionaryEntryType removed.
2015-06-01 ishellStarting using GlobalDictionary for global objects...
2015-06-01 ishellIntroducing GlobalDictionary, a backing store for globa...
2015-05-27 hpayerTreat weak references in context weakly in write barrier.
next