Description[runtime] Migrate Object.getOwnPropertySymbols to C++.
The Object.getOwnPropertySymbols() calls into C++ at least once on every
possible path, so no point in having the JavaScript wrapper.
Drive-by-cleanup: Also move Symbol.prototype creation to C++ as well.
R=yangguo@chromium.org
Committed: https://crrev.com/489e7e391525b2830fa45fce222f1e4695073fb2
Cr-Commit-Position: refs/heads/master@{#33318}
Patch Set 1 #
Messages
Total messages: 9 (2 generated)
|