• bmeurer's avatar
    [intrinsic] Drop the %_ValueOf intrinsic. · 72275e66
    bmeurer authored
    This drops the %_ValueOf intrinsic, but keeps the runtime entry
    %ValueOf for now, by either migrating the functionality (mostly
    Debug mirror or toString/valueOf methods) to C++ or TurboFan
    builtins, or switching to the %ValueOf runtime call when it's
    not performance critical anyways.
    
    The %_ValueOf intrinsic was one of the last blockers for fixing
    the unsound machine operator typing in TurboFan.
    
    R=yangguo@chromium.org
    BUG=v8:5049
    
    Committed: https://crrev.com/293bd7882987f00e465710ce468bfb1eaa7d3fa2
    Review-Url: https://codereview.chromium.org/2126453002
    Cr-Original-Commit-Position: refs/heads/master@{#37512}
    Cr-Commit-Position: refs/heads/master@{#37519}
    72275e66
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
debug-evaluate.cc Loading commit data...
debug-evaluate.h Loading commit data...
debug-frames.cc Loading commit data...
debug-frames.h Loading commit data...
debug-scopes.cc Loading commit data...
debug-scopes.h Loading commit data...
debug.cc Loading commit data...
debug.h Loading commit data...
debug.js Loading commit data...
liveedit.cc Loading commit data...
liveedit.h Loading commit data...
liveedit.js Loading commit data...
mirrors.js Loading commit data...