Description[builtins] Migrate Object.keys to C++.
Everything necessary to implement Object.keys efficiently is already
available in C++ land for quite some time now, and only the thin
JavaScript wrapper was left, so get rid of that as well and move the
whole builtin to C++ instead.
R=yangguo@chromium.org
Committed: https://crrev.com/50e1e751c6d71e0cd46c85cd699b65a71b1f2fe9
Cr-Commit-Position: refs/heads/master@{#33167}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|