v8/src/asmjs
Clemens Hammacher 85efe15737 [cleanup] Remove unused format macros plus header
All macros defined in "format-macros.h" are dead now (after
https://crrev.com/c/1613243). This CL removes this header, and includes
<cinttypes> instead wherever we use format macros for the types defined
in <cstdint>.

Plus some drive-by cleanup of includes.

R=mlippautz@chromium.org

Bug: v8:9183
Change-Id: Ic379759b79edb50e38833defb1577cc3af7c8150
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1611800
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61540}
2019-05-15 14:26:25 +00:00
..
asm-js.cc [cleanup] Replace %PRIuS by %zu 2019-05-15 13:45:59 +00:00
asm-js.h [AsmJs] Avoid allocation of WasmModuleObject until instantiation. 2018-11-21 22:06:39 +00:00
asm-names.h [asm.js] Ensure proper encapsulation of "asmjs" component. 2017-05-05 10:36:26 +00:00
asm-parser.cc [asmjs] Check function body size limit 2019-03-27 17:20:20 +00:00
asm-parser.h [asm.js] Fix break depth calculation for named blocks. 2019-03-25 14:00:58 +00:00
asm-scanner.cc [cleanup] Remove unused format macros plus header 2019-05-15 14:26:25 +00:00
asm-scanner.h [scanner] Go back to untemplatized scanning with buffering 2018-08-21 10:52:52 +00:00
asm-types.cc [ubsan] Fix errors related to AsmType 2019-01-07 13:07:26 +00:00
asm-types.h [ubsan] Fix errors related to AsmType 2019-01-07 13:07:26 +00:00
OWNERS Reduce wasm OWNERS to current team members 2018-10-15 14:47:49 +00:00