• Maya Lekova's avatar
    Revert "[torque] Get rid of @noVerifier annotation" · 8679a4e1
    Maya Lekova authored
    This reverts commit 94958172.
    
    Reason for revert: Breaks arm/arm64 ports, e.g. https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Linux%20-%20arm64%20-%20sim/30120/blamelist
    
    Original change's description:
    > [torque] Get rid of @noVerifier annotation
    >
    > As one small step toward reducing annotations, I propose that all
    > classes get generated verifiers unless they've opted out of C++ class
    > generation via @doNotGenerateCppClass, and that generated verifiers
    > always verify every Torque-defined field. If a generated verifier is
    > incorrect, such as for JSFunction or DataHandler, we can just avoid
    > calling it and hand-code the verification.
    >
    > Bug: v8:7793
    > Change-Id: I7c0edb660574d0c688a59c7e90c41ee7ad464b42
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3171758
    > Reviewed-by: Nico Hartmann <nicohartmann@chromium.org>
    > Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
    > Cr-Commit-Position: refs/heads/main@{#77145}
    
    Bug: v8:7793
    Change-Id: I56da8a9726d23470e927be1be5e7bcede1399861
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3194262
    Auto-Submit: Maya Lekova <mslekova@chromium.org>
    Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
    Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
    Owners-Override: Maya Lekova <mslekova@chromium.org>
    Reviewed-by: 's avatarSeth Brenith <seth.brenith@microsoft.com>
    Cr-Commit-Position: refs/heads/main@{#77146}
    8679a4e1
base.tq 70.9 KB