Commits
User selector
Commit History
Commits on Mar 20, 2020
[runtime] Reverse JS arguments: fix tests and builtin arguments
Show description for 2a1a7bfauthored andcommitted
Commits on Feb 26, 2020
[runtime] Add arguments type: kRuntime and kJS.
Show description for 61e117dauthored andcommitted
Commits on Jan 9, 2020
[lookup] Refactor LookupIterator "property or element" creation
Show description for 0445fa2authored andcommitted
Commits on Nov 26, 2019
Update elements.cc to use size_t for index/length
Show description for 5d29947authored andcommitted
Commits on Nov 20, 2019
Update LookupIterator and ICs for size_t indices
Show description for c968607authored andcommitted
Commits on Nov 15, 2019
[cleanup] Refactor Smi::kZero to Smi::zero()
Show description for 2ac7ed8authored andcommitted
Commits on Sep 11, 2019
[protectors] Move ArrayConstructorProtector to Protectors
Show description for d7acd6aauthored andcommitted
Commits on Aug 6, 2019
[array] Add HandleScope in Array.p.includes slow path
Show description for 7815e26authored andcommitted
Commits on May 27, 2019
Reland "[typedarray] Move external/data pointer to JSTypedArray."
Show description for 70bd7cfauthored andcommitted
Revert "[typedarray] Move external/data pointer to JSTypedArray."
Show description for e4db146authored andcommitted
[typedarray] Move external/data pointer to JSTypedArray.
Show description for 4b86feaauthored andcommitted
Commits on May 24, 2019
Reland "[array] Move Array#sort pre-processing to Torque"
Show description for 843b664authored andcommitted
Revert "[array] Move Array#sort pre-processing to Torque"
Show description for 70eeb22authored andcommitted
[array] Move Array#sort pre-processing to Torque
Show description for 2b0ac2fauthored andcommitted
Commits on May 23, 2019
Move more relevant files to src/objects
Show description for a0c3797committed[cleanup] Avoid {Object::operator->}
Show description for 878ccb3authored andcommitted
Commits on May 22, 2019
Move relevant files to src/execution
Show description for 0fa243aauthored andcommitted
Commits on May 20, 2019
[cleanup] Remove unused HasComplexElements runtime function
Show description for 9f773b6authored andcommitted
Reland "Move logging and diagnostics related source files"
Show description for bf372a7authored andcommitted
Move relevant files to src/objects
Show description for 8ad6b33authored andcommitted
[cleanup] Remove unused TrySimpleSlice array runtime function
Show description for b2d0d24authored andcommitted
Commits on May 17, 2019
[cleanup] Remove unused EstimateNumberOfElements runtime function
Show description for ee46c63authored andcommitted
[cleanup] Remove unused GetArrayKeys runtime function
Show description for 72200ddauthored andcommitted
Revert "Move logging and diagnostics related source files"
Show description for 81a0102authored andcommitted
Move logging and diagnostics related source files
Show description for 5f28539authored andcommitted
Commits on May 15, 2019
Move number related files to src/numbers
Show description for 7bbd0bfauthored andcommitted
Commits on May 7, 2019
Reland "[typedarray] Make JSTypedArray::length authoritative."
Show description for 330e5baauthored andcommitted
Commits on Mar 12, 2019
Retire PretenureFlag and use AllocationType everywhere.
Show description for f72f3efauthored andcommitted
Commits on Mar 8, 2019
[ubsan] Fix two more UBSan issues
Show description for 34b467eauthored andcommitted
Commits on Feb 15, 2019
[cleanup] #include heap-inl.h less often
Show description for 6cac138authored andcommitted
Commits on Jan 29, 2019
[heap] Refactor usages of the InNewSpace() predicate
Show description for 2423debauthored andcommitted
Commits on Jan 25, 2019
Defer inferring language mode as far as possible
Show description for 592aeefauthored andcommitted
Commits on Jan 22, 2019
[array] Enable copying from the prototype chain when sorting JSArrays
Show description for b959eceauthored andcommitted
Commits on Jan 18, 2019
[array] Remove CHECK_LE from RemoveArrayHolesGeneric
Show description for e38faabauthored andcommitted
Commits on Jan 17, 2019
[array] Fix prototype chain interaction in sort pre-processing
Show description for 4bf28a3authored andcommitted