[runtime] Replace %to_string_fun with %_ToString.
[platform/upstream/v8.git] / src / array.js
2015-09-23 bmeurer[runtime] Replace %to_string_fun with %_ToString.
2015-09-16 aperezES6: Array.prototype.slice and friends should use ToLen...
2015-09-08 cbruni[builtins] Removing %_CallFunction in GetThirdIndex.
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
2015-09-07 cbruniAdding ElementsAccessor::Concat
2015-09-07 cbruniAvoid using %_CallFunction if the receiver doesn't...
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-08-31 machenbachRevert of Native context: install array methods via...
2015-08-28 yangguoNative context: install array methods via runtime import.
2015-08-28 yangguoNative context: do not put public symbols and flags...
2015-08-26 yangguoInstall js intrinsic fallbacks for array functions...
2015-08-19 yangguoNative context: debug.js does not load from js builtins...
2015-08-10 bmeurer[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-16 littledanArray.prototype.reverse should call [[HasProperty]...
2015-07-02 verwaestAvoid converting key to string for deleting of elements
2015-06-24 arvi18n.js was not using original functions
2015-06-11 dehrenbergAdd ToObject call in Array.prototype.sort
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-04 dehrenbergImplement %TypedArray%.prototype.{reduce,reduceRight}
2015-06-03 bmeurerRevert of Implement %TypedArray%.prototype.{reduce...
2015-06-03 dehrenbergImplement %TypedArray%.prototype.{reduce,reduceRight}
2015-06-02 dehrenbergImplement %TypedArray%.prototype.{toString,toLocaleStri...
2015-06-02 verwaestUse GetProperty for getting elements.
2015-05-26 yangguoRevert of Revert of Hook up more import/exports in...
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-21 yangguoUse shared container to manage imports/exports.
2015-05-21 dehrenbergRe-land %TypedArray%.prototype.{map,filter,some}
2015-05-20 jkummerowRevert of Use shared container to manage imports/export...
2015-05-20 yangguoUse shared container to manage imports/exports.
2015-05-20 Daniel EhrenbergImplement %TypedArray%.{lastI,i}ndexOf
2015-05-20 Daniel EhrenbergImplement %TypedArray%.prototype.sort
2015-05-20 Daniel EhrenbergImplement %TypedArray%.reverse
2015-05-19 machenbachRevert of Implement %TypedArray%.prototype.{map,filter...
2015-05-19 dehrenbergImplement %TypedArray%.prototype.{map,filter,some,reduc...
2015-05-12 yangguoReland "Use function wrapper argument to expose interna...
2015-05-12 yangguoRevert of Use function wrapper argument to expose inter...
2015-05-12 yangguoUse function wrapper argument to expose internal arrays...
2015-05-12 dehrenbergFactor out core of Array.forEach and .every, for use...
2015-05-11 yangguoCall builtin code wrapped in functions from the bootstr...
2015-05-07 yangguoRevert of Revert of Wrap runtime.js in a function....
2015-05-06 machenbachRevert of Wrap runtime.js in a function. (patchset...
2015-05-06 yangguoWrap runtime.js in a function.
2015-05-06 verwaestRemove GetDefaultReceiver, pass in undefined to sloppy...
2015-05-05 yangguoReland #2 "Wrap v8natives.js into a function."
2015-05-04 machenbachRevert of Reland "Wrap v8natives.js into a function...
2015-05-04 yangguoReland "Wrap v8natives.js into a function."
2015-04-30 machenbachRevert of Wrap v8natives.js into a function. (patchset...
2015-04-30 yangguoWrap v8natives.js into a function.
2015-04-30 domenicAdd shift to InternalArray and InternalPackedArray
2015-04-24 yangguoMigrate error messages, part 5 (array.js and i18n.js).
2015-04-20 yangguoWrap array implementation in a function.
2015-04-17 yangguoWrap object observe implementation in a function.
2015-04-17 yangguoReland "Migrate error messages, part 2."
2015-04-16 machenbachRevert of Migrate error messages, part 2. (patchset...
2015-04-16 yangguoMigrate error messages, part 2.
2015-04-10 yangguoUse array literals instead of array constructor in...
2015-04-10 caitpotter88[cleanup] delete dead code leftover from 48eff34
2015-03-09 yangguoHide Math function implementations in a closure.
2015-01-23 caitpotter88ES6 Array.prototype.toString falls back on Object.proto...
2014-12-05 arvOptimize GetPrototype
2014-12-04 adamkOptimize testing for an index's existence in packed...
2014-11-11 adamk@chromium.orgCorrectly handle Array unshift/splices that move elemen...
2014-10-27 adamk@chromium.orgSimpleMove now calls [[Has]] before [[Get]] when moving...
2014-10-24 adamk@chromium.orgSimpleSlice now calls [[Get]] before [[Has]] when gener...
2014-10-23 adamk@chromium.orgFix sparse versions of Array slice/splice to use [...
2014-10-23 adamk@chromium.orgNarrow cases where Sparse/Smart versions of Array metho...
2014-10-23 adamk@chromium.orgChange SmartMove no-op behavior to match SimpleMove...
2014-10-22 wingo@igalia.comArray.prototype.{reduce, reduceRight}: Wrong order...
2014-10-21 adamk@chromium.orgArray.prototype.{slice,splice} should use [[DefineOwnPr...
2014-10-21 dslomov@chromium.orgUpdate ObjectToString to Harmony-draft algorithm
2014-10-17 adamk@chromium.orgDon't expose Array.prototype.values as it breaks webcompat
2014-10-15 adamk@chromium.orgRevert "Remove SmartMove, bringing Array methods furthe...
2014-10-15 adamk@chromium.orgRemove SmartMove, bringing Array methods further into...
2014-10-15 svenpanne@chromium.orgArray.prototype.{every, filter, find, findIndex, forEac...
2014-09-30 yangguo@chromium.orgAdd a fast case for one-element arrays in ArrayJoin
2014-09-17 wingo@igalia.comArray.prototype.sort: Unchecked calls to hasOwnProperty...
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-08-08 rossberg@chromium.orgEnable ES6 unscopables
2014-07-28 danno@chromium.orgKeep new arrays allocated with 'new Array(N)' in fast...
2014-07-14 verwaest@chromium.orgReplace AddProperty by AddNamedProperty to speed up...
2014-06-30 danno@chromium.orgUse simple keyed store again in ArrayPush_JS_Builtin
2014-06-27 verwaest@chromium.orgSplit SetProperty(...attributes, strictmode) into Defin...
2014-06-23 yangguo@chromium.orgIntroduce intrinsic to expose debug state to generated...
2014-05-22 rossberg@chromium.orgConsistently say 'own' property
2014-05-22 ulan@chromium.orgFix Array.prototype.push and Array.prototype.unshift...
2014-05-14 jkummerow@chromium.orgAvoid name clashes of builtins and runtime functions.
2014-05-12 jkummerow@chromium.orgHarden runtime functions (part 6).
2014-04-30 mstarzinger@chromi... Fix some more missing ToObject on Array.prototype.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-28 yangguo@chromium.orgIgnore debug stepin in optimized code for array builtins.
2014-04-23 mstarzinger@chromi... Fix ToObject and Object.isSealed in four Array builtins.
2014-04-17 danno@chromium.orgRemove hand-written assembly ArrayPush stubs
2014-04-15 mstarzinger@chromi... Fix bogus call to Object.hasOwnProperty in Array builtin.
2014-04-15 mstarzinger@chromi... Fix bogus Object.isSealed check in some Array builtins.
2014-04-14 mstarzinger@chromi... Try to switch Array builtins into strict mode.
2014-04-09 mstarzinger@chromi... Fix return value of push() and unshift() on Array.proto...
next