• Nico Hartmann's avatar
    [TurboFan] Add %VerifyType intrinsic · f486a343
    Nico Hartmann authored
    This CL adds a new %VerifyType compiler intrinsic that can be used
    by tests and fuzzers to generate a runtime type check of the given
    input value. Internally, %VerifyType is lowered to %AssertType
    which is why checks are currently limited to range types.
    
    tests to be const-correct.
    
    Drive-by: Add a few consts to NodeProperties accessors to allow
    Bug: v8:11724
    Change-Id: I06842062d0e8278a5ba011d5a09947fe05b6e85e
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2859959
    Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#74377}
    f486a343
Name
Last commit
Last update
..
benchmarks 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...