• bmeurer's avatar
    [es6] Implement spec compliant ToPrimitive in the runtime. · f6c6d713
    bmeurer authored
    This is the first step towards a spec compliant ToPrimitive
    implementation (and therefore spec compliant ToNumber, ToString,
    ToName, and friends).  It adds support for the @@toPrimitive
    symbol that was introduced with ES2015, and also adds the new
    Symbol.prototype[@@toPrimitive] and Date.prototype[@@toPrimitive]
    initial properties.
    
    There are now runtime functions for %ToPrimitive, %ToNumber and
    %ToString, which do the right thing and should be used as fallbacks
    instead of the hairy runtime.js implementations.  I will do the
    same for the other conversion operations mentioned by the spec in
    follow up CLs.  Once everything is in place we can look into
    optimizing things further, so that we don't always call into the
    runtime.
    
    Also fixed Date.prototype.toJSON to be spec compliant.
    
    R=mstarzinger@chromium.org, yangguo@chromium.org
    BUG=v8:4307
    LOG=y
    
    Review URL: https://codereview.chromium.org/1306303003
    
    Cr-Commit-Position: refs/heads/master@{#30434}
    f6c6d713
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn 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...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...