• bmeurer's avatar
    [turbofan] Add appropriate types to express Callable. · 777e142c
    bmeurer authored
    This introduces three new types OtherCallable, CallableProxy (and OtherProxy),
    and BoundFunction to make it possible to express Callable in the Type system.
    It also forces all undetectable receivers to be Callable, which matches the
    use case for undetectable, namely document.all (guarded by proper checks and
    tests).
    
    It also uses these new types to properly optimize instanceof (indirectly via
    OrdinaryHasInstance) based on the type of the constructor and the object. So
    we are able to constant-fold certain instanceof expressions based on types
    and completely avoid the builtin call.
    
    R=jarin@chromium.org
    BUG=v8:5267
    
    Review-Url: https://codereview.chromium.org/2535753004
    Cr-Commit-Position: refs/heads/master@{#41345}
    777e142c
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...