• Clemens Backes's avatar
    [include][cleanup] Replace typedef by using · e677c91f
    Clemens Backes authored
    The rest of the code base was already migrated last year in
    https://crrev.com/c/1631409. In the API we have to be more careful to
    not break embedders. According to the standard there is no semantic
    difference between typedef and using ([decl.typedef#2]):
      A typedef-name can also be introduced by an alias-declaration. The
      identifier following the using keyword becomes a typedef-name and the
      optional attribute-specifier-seq following the identifier appertains
      to that typedef-name. Such a typedef-name has the same semantics as if
      it were introduced by the typedef specifier.
    
    Thus this CL replaces all typedefs in include/v8.h by the equivalent
    using declaration. This improves readability, especially for function
    pointer types.
    
    R=ulan@chromium.org
    CC=leszeks@chromium.org
    
    Bug: v8:11074
    Change-Id: Id917b6aa5c8cd289c60bda5da1e3667e747936e7
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2563880
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
    Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#71719}
    e677c91f
Name
Last commit
Last update
..
cppgc Loading commit data...
libplatform Loading commit data...
APIDesign.md Loading commit data...
DEPS Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
js_protocol-1.2.json Loading commit data...
js_protocol-1.3.json Loading commit data...
js_protocol.pdl Loading commit data...
v8-cppgc.h Loading commit data...
v8-fast-api-calls.h Loading commit data...
v8-inspector-protocol.h Loading commit data...
v8-inspector.h Loading commit data...
v8-internal.h Loading commit data...
v8-metrics.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-unwinder-state.h Loading commit data...
v8-util.h Loading commit data...
v8-value-serializer-version.h Loading commit data...
v8-version-string.h Loading commit data...
v8-version.h Loading commit data...
v8-wasm-trap-handler-posix.h Loading commit data...
v8-wasm-trap-handler-win.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...