Reviewers: Michael Starzinger, Toon Verwaest,

Message:
PTAL

There is no change to this CL from last time. Since last time I fixed the Chrome
browser test.

Description:
ES6: Make function name configurable

Function name property is now standardized in ES6. It was a Mozilla proprietary extension before. With ES6, the property was made configurable, so that it can
be used instead of another proprietary property, displayName.

This is a revert of revert c791d8411225aa95518c880defd9a5b1ea243afc.

Last time this broke a Chrome browser test which has since been updated:

https://chromium.googlesource.com/chromium/src/+/5f75a3be4c9334aba627d6c5eb884adf965e1d78

BUG=v8:3333
LOG=N
[email protected],[email protected]
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel;tryserver.blink.linux:linux_layout

Please review this at https://codereview.chromium.org/977003004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+199, -21 lines):
  M src/accessors.cc
  M src/bootstrapper.cc
  A test/mjsunit/es6/function-name-configurable.js
  M test/mjsunit/es7/object-observe.js
  M test/mjsunit/regress/regress-1530.js
  M test/mjsunit/regress/regress-270142.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to