deps: backport 6d32be2 from v8's upstream
authorMichaël Zasso <mic.besace@gmail.com>
Wed, 16 Sep 2015 19:00:32 +0000 (21:00 +0200)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Thu, 17 Sep 2015 01:04:07 +0000 (21:04 -0400)
commit96670ebe3724d86c26af9d417c98a6842e0d11e7
tree430b02df50e65a7b7a10c11afa1379bc9bf752cb
parent94972d5b13a60240b7d1bce74072009c38c502e6
deps: backport 6d32be2 from v8's upstream

Original commit message:

    [es6] Bound function name

    Instead of updating the SharedFuntionInfo set the name property on
    the function directly.

    BUG=v8:4278
    LOG=N
    R=verwaest@chromium.org, littledan@chromium.org
    CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel

    Review URL: https://codereview.chromium.org/1227523003

    Cr-Commit-Position: refs/heads/master@{#29558}

Fixes: https://github.com/nodejs/node/issues/2754
PR-URL: https://github.com/nodejs/node/pull/2916
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
deps/v8/src/v8natives.js
deps/v8/test/mjsunit/function-bind-name.js