Description[builtins] Don't adapt arguments for Object.create.
Object.create is most often called with a single parameter, the
prototype, and the properties are usually omitted. So optimizing
for the common case, we remove the argument adaption.
R=jgruber@chromium.org
BUG=v8:5989
Review-Url: https://codereview.chromium.org/2953913002
Cr-Commit-Position: refs/heads/master@{#46153}
Committed: https://chromium.googlesource.com/v8/v8/+/d968ed29047af017e951357fd1e60de763b4cac0
Patch Set 1 #
Messages
Total messages: 11 (7 generated)
|