Commits
User selector
Commit History
Commits on Oct 4, 2017
Add JSReceiver method for detecting complex elements
Show description for 51334bbauthored andcommitted
Commits on Jul 25, 2017
[cleanup] Remove runtime/intrinsic support for OrderedHashTable JS code
Show description for 60c0ba3authored andcommitted
[builtins] Array.prototype.sort bug
Show description for c7854edauthored andcommitted
Commits on Jul 10, 2017
Add Smi::ToInt helper method
Show description for 14e80e5authored andcommitted
Commits on Jul 6, 2017
[runtime] Fix Array.prototype.sort for large entries
Show description for 78c74e6authored andcommitted
Commits on Jul 4, 2017
Inline ArrayConstructorCommon
Show description for e85a8fdauthored andcommitted

Commits on Jul 3, 2017
[elements] Rename Has*Elements and Is*ElementsKind methods
Show description for 7915cf9authored andcommitted
Commits on Jun 28, 2017
[runtime] Cleanup native methods creation in js/array.js.
Show description for bb70859authored andcommitted
Commits on Jun 23, 2017
[elements] Support dictionary-mode in initialize_elements and remove ResetElements
Show description for 2b99d09authored andcommitted
Commits on Jun 20, 2017
[cleanup] Use AllocationSite::ShouldTrack instead of GetMode
Show description for f38f9dcauthored andcommitted
[runtime] Port SpreadCall code to CSA.
Show description for a971a64authored andcommitted
Commits on Jun 7, 2017
Fix Array.indexOf for Proxies that throw
Show description for 8bc98b5authored andcommitted
Commits on May 17, 2017
[csa] add FastArrayShift builtin
Show description for 1be2749authored andcommitted
Commits on May 10, 2017
[runtime function] Fix IndexOf when start is -Infinity
Show description for a1f0097authored andcommitted
[array] Don't adapt arguments for ArrayIndexOf and ArrayIncludes
Show description for 7cce535authored andcommitted
Commits on May 5, 2017
[csa] Add Array.prototype.pop fast path
Show description for 642478bauthored andcommitted
Commits on Apr 26, 2017
Make Object::ToObject() output more useful error messages
Show description for a711f28authored andcommitted
Commits on Apr 12, 2017
[elements] Dehandlify ElementsAccessor::HasElement as it cannot allocate
Show description for a615efaauthored andcommitted
Commits on Mar 22, 2017
Always run our fast array builtins.
Show description for 1fe5f0eauthored andcommitted
Commits on Feb 21, 2017
[builtins] fix slow-path handling of -Infinity in ArrayIncludes
Show description for 4cd8a8bauthored andcommitted
Commits on Feb 3, 2017
[builtins] TurboFan version of Array.prototype.forEach including fast path for FAST_ELEMENTS
Show description for 5205b9dauthored andcommitted
Commits on Jan 18, 2017
[Turbofan] Implement super calls with spread bytecode in assembly code.
Show description for 0b8200cauthored andcommitted
Commits on Jan 13, 2017
[compiler] Support Object.create(null) inlining in TF
Show description for c60ec4eauthored andcommitted
Revert of [compiler] Support Object.create(null) inlining in TF (patchset #5 id:80001 of https://codereview.chromium.org/2622723003/ )
Show description for 83d5b65authored andcommitted
[compiler] Support Object.create(null) inlining in TF
Show description for ff7063cauthored andcommitted
Commits on Jan 9, 2017
Add Object::IsNullOrUndefined(Isolate*) helper method
Show description for 09167bfauthored andcommitted
Commits on Jan 5, 2017
[runtime] Use DCHECK_EQ instead of DCHECK for number of args.
Show description for b371b0bauthored andcommitted
Commits on Dec 16, 2016
[runtime] Port simple String.prototype.indexOf cases to TF Builtin
Show description for 89f159bauthored andcommitted
Commits on Dec 7, 2016
[Ignition/turbo] Add a NewWithSpread bytecode.
Show description for a25e768authored andcommitted
Commits on Dec 1, 2016
Move desugaring of super calls with trailing spread to one runtime call.
Show description for a328143authored andcommitted
Commits on Nov 29, 2016
[stubs] Port builtin for Array.push fast-case from Crankshaft to TF
Show description for df2578dauthored andcommitted
Commits on Nov 18, 2016
[heap] Simplify adjusting of live bytes.
Show description for d3f2213authored andcommitted
Commits on Nov 15, 2016
Fastpath some spread-call desugaring.
Show description for a63eeb4authored andcommitted
Commits on Nov 14, 2016
[builtins] implement JSBuiltinReducer for ArrayIteratorNext()
Show description for 7f21e67authored andcommitted
Commits on Oct 18, 2016
[intrinsics] Nuke %HasCachedArrayIndex and %GetCachedArrayIndex.
Show description for 6c85285authored andcommitted