Description[es6] Object.getPrototypeOf should work with values
This reverts commit 992751d0dc5be63845a371cb9fb2c1313efb3bdf.
The final spec for Object.getPrototypeOf calls ToObject on the
parameter, which means that it should only throw for null and
undefined. For other non object values the prototype of the wrapper
should be used.
Difference from last time: Updated .status and will disable Blink
side tests as needed.
BUG=v8:3964
LOG=N
R=adamk, rossberg@chromium.org
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
Committed: https://crrev.com/d4a314f9dcf7fee20ae9ad74e9573d651a0e43bb
Cr-Commit-Position: refs/heads/master@{#27558}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|