• bmeurer's avatar
    [stubs] Introduce a proper ToBooleanStub. · d1df58e8
    bmeurer authored
    Rename the existing (patching) ToBooleanStub to ToBooleanICStub to match
    our naming convention, and add a new TurboFan-powered ToBooleanStub,
    which just does the ToBoolean conversion without any runtime call or
    code patching, so we can use it for Ignition (and TurboFan).
    
    Drive-by-fix: Add an Oddball::to_boolean field similar to the ones we
    already have for to_string and to_number, so we don't need to actually
    dispatch on the concrete Oddball at all.
    
    R=epertoso@chromium.org, rmcilroy@chromium.org, yangguo@chromium.org
    
    Review URL: https://codereview.chromium.org/1744163002
    
    Cr-Commit-Position: refs/heads/master@{#34361}
    d1df58e8
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
wasm Loading commit data...
DEPS Loading commit data...
atomic-utils-unittest.cc Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...