[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / objects.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-11-20 cbruniJSObject::GetEnumProperty cleanup
2015-09-29 mvstantonIntroduce LiteralsArray to hide it's implementation.
2015-09-29 bmeurer[es6] Introduce %ToInteger and %ToLength.
2015-09-28 oth[Interpreter] Add interpreter support for compare ops...
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-25 vogelheimRevert of JSObject::GetEnumProperty cleanup (patchset...
2015-09-25 cbruniJSObject::GetEnumProperty cleanup
2015-09-25 bmeurer[es6] Remove left-overs from Function.prototype.toMethod.
2015-09-24 cbruniPrototypeInfo.validity_cell: adding comment
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 titzerRename PLACEHOLDER code kind to WASM_FUNCTION.
2015-09-23 jkummerow[field type tracking] Fix handling of cleared WeakCells
2015-09-23 ishellShare literals arrays per <NativeContext, SharedFunctio...
2015-09-23 bmeurer[runtime] Remove obsolete Object::IsSpecFunction.
2015-09-21 julien.gilliAdd ScopeInfo constants to post-mortem metadata
2015-09-18 bmeurer[runtime] Replace COMPARE/COMPARE_STRONG with proper...
2015-09-17 cbruniImprove JSReceiver::GetKeys Speed
2015-09-16 fedor[objects] do not visit ArrayBuffer's backing store
2015-09-15 bmeurer[runtime] Replace the EQUALS builtin with proper Object...
2015-09-14 bmeurer[builtins] Remove STRING_ADD_LEFT and STRING_ADD_RIGHT...
2015-09-10 oth[Interpreter] Skeleton bytecode graph builder
2015-09-10 bmeurer[runtime] Move binary operator fallbacks into the runtime.
2015-09-10 ishellDo not look for the slot in the ScopeInfo's global...
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-08 bmeurerRevert of [builtins] Unify the various versions of...
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-03 machenbachRevert of [es5] Class of object is "Function" if object...
2015-09-03 bmeurer[es5] Class of object is "Function" if object has ...
2015-09-03 bmeurer[es6] Introduce a dedicated JSIteratorResult type.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-01 cbruniAdding ElementsAccessor::Unshift
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 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-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-25 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-25 titzerAdd a PLACEHOLDER code kind.
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
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 mvstantonSimplify KeyedAccessStoreMode.
2015-08-20 mstarzinger[heap] Move {hidden_string} into the root list.
2015-08-20 mstarzingerSeparate UnicodeCache out into an own file.
2015-08-20 yangguoKeep track of script objects in a weak fixed array.
2015-08-18 oth[Interpreter] Minimal bytecode generator.
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 yangguoDebugger: remove duplicate heap iterations.
2015-08-13 mstarzingerMake object.h usable without object-inl.h header.
2015-08-13 yangguoRevert of Group lexical context variables for faster...
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-08 jkummerowFasterify JSObject::UnregisterPrototypeUser
2015-08-07 jkummerow[IC] Make SeededNumberDictionary::UpdateMaxNumberKey...
2015-08-07 yangguoGroup lexical context variables for faster look up.
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
2015-08-06 bbudgeV8: Add SIMD functions for Phase 1.
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 yangguoDebugger: refactor ScopeIterator, FrameInspector and...
2015-08-04 yangguoRemove serializer-specific hash table size heuristic.
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-08-03 yangguoCreate function name const assignment after parsing...
2015-07-30 yangguoAssign more bits to safepoint table offset.
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
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-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-16 yangguoDebugger: ensure that functions with debug info have...
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...
next