v8/test/cctest/interpreter
Clemens Hammacher a335f2aeed [cleanup] Replace simple typedefs by using
This replaces all typedefs that define types and not functions by the
equivalent "using" declaration.

This was done mostly automatically using this command:
ag -l '\btypedef\b' src test | xargs -L1 \
     perl -i -p0e 's/typedef ([^*;{}]+) (\w+);/using \2 = \1;/sg'

Patchset 2 then adds some manual changes for typedefs for pointer types,
where the regular expression did not match.

R=mstarzinger@chromium.org
TBR=yangguo@chromium.org, jarin@chromium.org

Bug: v8:9183
Change-Id: I6f6ee28d1793b7ac34a58f980b94babc21874b78
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1631409
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61849}
2019-05-27 12:39:49 +00:00
..
bytecode_expectations Implement spec change in some Proxy traps 2019-05-27 05:04:19 +00:00
bytecode-expectations-printer.cc Move utility code to src/utils 2019-05-23 14:13:34 +00:00
bytecode-expectations-printer.h Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
generate-bytecode-expectations.cc [cleanup] Removing break and return after UNREACHABLE() 2019-05-10 13:42:57 +00:00
interpreter-tester.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
interpreter-tester.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
source-position-matcher.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
source-position-matcher.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
test-bytecode-generator.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
test-interpreter-intrinsics.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
test-interpreter.cc [cleanup] Replace simple typedefs by using 2019-05-27 12:39:49 +00:00
test-source-positions.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00