• Patrick Thier's avatar
    [turbofan] Introduce Type for Class Constructors · b014d0ba
    Patrick Thier authored
    This CL splits the TF type for JSFunction into CallableFunction and
    ClassConstructor. This differentiation allows us to lower calls to the
    CallFunction Builtin only for functions that we can actually call.
    Class Constructors are special, as they are callable but should raise
    an exception if called.
    By not lowering class constructors to calls to CallFunction (but the
    more generall Call) builtin, we can remove the checks for class
    constructors from CallFunction (in a follow-up CL).
    
    Bug: chromium:1262750
    Change-Id: I399967eb03b2f20d2dcb67aef2243b32c9d3174e
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3350457Reviewed-by: 's avatarNico Hartmann <nicohartmann@chromium.org>
    Commit-Queue: Patrick Thier <pthier@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#78445}
    b014d0ba
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli 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...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...