• Clemens Backes's avatar
    [wasm][test] Cleanup macros · 156b2409
    Clemens Backes authored
    Some macros are redundant or unused.
    - WASM_RETURN1 is identical to WASM_RETURN.
    - WASM_RETURNN has an unused {count} parameter, and is otherwise
      identical to WASM_RETURN.
    - WASM_IFB is identical to WASM_IF.
    - WASM_CASE and WASM_CASE_BR are unused.
    - WASM_BR_TABLEV is unused.
    
    R=thibaudm@chromium.org
    
    Bug: v8:12244
    Change-Id: Ie7be00351f2dfe38d6e84d80e157a85df37233a9
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3178860Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#77056}
    156b2409
Name
Last commit
Last update
..
BUILD.gn Loading commit data...
DEPS Loading commit data...
callbacks.cc Loading commit data...
finalize.cc Loading commit data...
globals.cc Loading commit data...
hostref.cc Loading commit data...
memory.cc Loading commit data...
multi-return.cc Loading commit data...
reflect.cc Loading commit data...
run-all-wasm-api-tests.cc Loading commit data...
serialize.cc Loading commit data...
startup-errors.cc Loading commit data...
table.cc Loading commit data...
testcfg.py Loading commit data...
threads.cc Loading commit data...
traps.cc Loading commit data...
wasm-api-test.h Loading commit data...
wasm-api-tests.status Loading commit data...