• rossberg@chromium.org's avatar
    Make Function.length and Function.name configurable properties. · 7317b71f
    rossberg@chromium.org authored
    ES6 makes the Function object properties "length" and "name"
    configurable; switch the implementation over to follow that.
    
    Doing so exposed a problem in the handling of non-writable, but
    configurable properties backed by foreign callback accessors
    internally. As an optimization, if such an accessor property is
    re-defined with a new value, its setter was passed the new value
    directly, keeping the property as an accessor property. However, this
    is not correct should the property be non-writable, as its setter will
    then simply ignore the updated value. Adjust the enabling logic for
    this optimization accordingly, along with adding a test.
    
    LOG=N
    R=rossberg@chromium.org, rossberg
    BUG=v8:3045
    
    Review URL: https://codereview.chromium.org/116083006
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19200 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    7317b71f
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...