• Anna Henningsen's avatar
    [api] Improve CheckCast error messages · bfd16238
    Anna Henningsen authored
    The error messages previously gave the impression that a cast in the
    sense of a JS type conversion may have been attempted.
    
    Clarify the error messages to a) indicate that the type mismatched
    (rather than using the term “conversion”) and b) always use the
    C++ class name to clarify that the check refers to the actual
    class hierarchy, rather than conceptual types.
    
    Change-Id: I28c1b8a265f3d96f344bc2e00ac24bd9b9b6d269
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1987247Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65601}
    bfd16238
Name
Last commit
Last update
..
OWNERS Loading commit data...
api-arguments-inl.h Loading commit data...
api-arguments.cc Loading commit data...
api-arguments.h Loading commit data...
api-inl.h Loading commit data...
api-natives.cc Loading commit data...
api-natives.h Loading commit data...
api.cc Loading commit data...
api.h Loading commit data...