Description[es6] Object.getPrototypeOf should work with values
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.
BUG=v8:3964
LOG=N
R=adamk, rossberg@chromium.org
Committed: https://crrev.com/ea463a916bbe5994b0d2d04e8075058b373b2e2c
Cr-Commit-Position: refs/heads/master@{#27354}
Patch Set 1 #Patch Set 2 : Fix another test #Patch Set 3 : Update webkit tests and test262 status #
Messages
Total messages: 17 (6 generated)
|