Description[es6] Function bind should preserve [[Prototype]]
The function returned from Function.prototype.bind should have the same
[[Prototype]] as the receiver.
BUG=v8:3889
LOG=N
R=adamk@chromium.org, verwaest@chromium.org
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
Committed: https://crrev.com/66f5779c5b0d5aafeea3140bc7bc1ad8c7803971
Cr-Commit-Position: refs/heads/master@{#29556}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use Map::TransitionToPrototype instead #Patch Set 3 : Add test for same map #
Total comments: 2
Patch Set 4 : Only transition map to prototype if the prototype is not already correct #Messages
Total messages: 19 (4 generated)
|