[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / objects-inl.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-29 mvstantonIntroduce LiteralsArray to hide it's implementation.
2015-09-28 jkummerowobjects-inl.h: Remove ACCESSORS_TO_SMI macro
2015-09-28 bmeurer[es6] Fix invalid ToString in implementation of ToName.
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-24 bmeurerRevert of [es6] Introduce spec compliant IsConstructor...
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-23 bmeurer[runtime] Remove obsolete Object::IsSpecFunction.
2015-09-18 bmeurer[runtime] Replace COMPARE/COMPARE_STRONG with proper...
2015-09-16 fedor[objects] do not visit ArrayBuffer's backing store
2015-09-16 mvstantonRemove --pretenure-call-new
2015-09-15 bmeurer[runtime] Replace the EQUALS builtin with proper Object...
2015-09-14 mstarzinger[heap] No leakage of objects-visiting.h outside of...
2015-09-10 oth[Interpreter] Skeleton bytecode graph builder
2015-09-08 jianghua.yjhFix a potential overflow of binary search
2015-09-03 othRemove GC metadata of code object before serializing.
2015-09-03 bmeurer[es6] Introduce a dedicated JSIteratorResult type.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-02 othRemove code link from serialization state.
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 mstarzinger[heap] Remove raw unchecked root set accessors.
2015-08-27 rmcilroy[interpreter] Add constant_pool() to BytecodeArray.
2015-08-27 rmcilroy[Interpreter] Add support for parameter variables.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-25 bbudge[simd.js] Update to spec version 0.8.2.
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...
next