Commit 2d9b9faf authored by Marja Hölttä's avatar Marja Hölttä Committed by Commit Bot

[iwyu, wasm] Remove unallowed includes to objects-inl.h from wasm.

R=mstarzinger@chromium.org
BUG=v8:5294

Change-Id: If2cdb4d38829e69ddd8aecb99c99c3a03050f57c
Reviewed-on: https://chromium-review.googlesource.com/441824
Commit-Queue: Marja Hölttä <marja@chromium.org>
Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#43158}
parent 8c449e39
...@@ -9,11 +9,13 @@ ...@@ -9,11 +9,13 @@
#include "src/asmjs/asm-typer.h" #include "src/asmjs/asm-typer.h"
#include "src/asmjs/asm-wasm-builder.h" #include "src/asmjs/asm-wasm-builder.h"
#include "src/assert-scope.h" #include "src/assert-scope.h"
#include "src/base/platform/elapsed-timer.h"
#include "src/compilation-info.h" #include "src/compilation-info.h"
#include "src/execution.h" #include "src/execution.h"
#include "src/factory.h" #include "src/factory.h"
#include "src/handles.h" #include "src/handles.h"
#include "src/isolate.h" #include "src/isolate.h"
#include "src/objects-inl.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/parsing/parse-info.h" #include "src/parsing/parse-info.h"
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#include "src/builtins/builtins.h" #include "src/builtins/builtins.h"
#include "src/builtins/builtins-utils.h" #include "src/builtins/builtins-utils.h"
#include "src/counters.h"
#include "src/objects-inl.h"
#include "src/string-builder.h" #include "src/string-builder.h"
#include "src/wasm/wasm-module.h" #include "src/wasm/wasm-module.h"
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include "src/compiler/node-properties.h" #include "src/compiler/node-properties.h"
#include "src/compiler/node.h" #include "src/compiler/node.h"
#include "src/objects-inl.h"
#include "src/wasm/wasm-module.h" #include "src/wasm/wasm-module.h"
#include "src/zone/zone.h" #include "src/zone/zone.h"
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "src/compiler/node-properties.h" #include "src/compiler/node-properties.h"
#include "src/compiler/node.h" #include "src/compiler/node.h"
#include "src/objects-inl.h"
#include "src/wasm/wasm-module.h" #include "src/wasm/wasm-module.h"
namespace v8 { namespace v8 {
......
...@@ -4,9 +4,11 @@ ...@@ -4,9 +4,11 @@
#include "src/signature.h" #include "src/signature.h"
#include "src/base/platform/elapsed-timer.h"
#include "src/bit-vector.h" #include "src/bit-vector.h"
#include "src/flags.h" #include "src/flags.h"
#include "src/handles.h" #include "src/handles.h"
#include "src/objects-inl.h"
#include "src/zone/zone-containers.h" #include "src/zone/zone-containers.h"
#include "src/wasm/decoder.h" #include "src/wasm/decoder.h"
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include "src/global-handles.h" #include "src/global-handles.h"
#include "src/handles.h" #include "src/handles.h"
#include "src/isolate.h" #include "src/isolate.h"
#include "src/objects-inl.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
#include "src/wasm/wasm-interpreter.h" #include "src/wasm/wasm-interpreter.h"
#include "src/conversions.h"
#include "src/objects-inl.h"
#include "src/utils.h" #include "src/utils.h"
#include "src/wasm/decoder.h" #include "src/wasm/decoder.h"
#include "src/wasm/function-body-decoder-impl.h" #include "src/wasm/function-body-decoder-impl.h"
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include "src/factory.h" #include "src/factory.h"
#include "src/handles.h" #include "src/handles.h"
#include "src/isolate.h" #include "src/isolate.h"
#include "src/objects-inl.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/parsing/parse-info.h" #include "src/parsing/parse-info.h"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "src/signature.h" #include "src/signature.h"
#include "src/handles.h" #include "src/handles.h"
#include "src/objects-inl.h"
#include "src/v8.h" #include "src/v8.h"
#include "src/zone/zone-containers.h" #include "src/zone/zone-containers.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "src/base/iterator.h" #include "src/base/iterator.h"
#include "src/debug/debug-interface.h" #include "src/debug/debug-interface.h"
#include "src/objects-inl.h"
#include "src/wasm/module-decoder.h" #include "src/wasm/module-decoder.h"
#include "src/wasm/wasm-module.h" #include "src/wasm/wasm-module.h"
#include "src/wasm/wasm-text.h" #include "src/wasm/wasm-text.h"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "src/debug/debug.h" #include "src/debug/debug.h"
#include "src/debug/interface-types.h" #include "src/debug/interface-types.h"
#include "src/objects-inl.h" #include "src/objects.h"
#include "src/trap-handler/trap-handler.h" #include "src/trap-handler/trap-handler.h"
#include "src/wasm/managed.h" #include "src/wasm/managed.h"
#include "src/wasm/wasm-limits.h" #include "src/wasm/wasm-limits.h"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "src/wasm/wasm-text.h" #include "src/wasm/wasm-text.h"
#include "src/debug/interface-types.h" #include "src/debug/interface-types.h"
#include "src/objects-inl.h"
#include "src/ostreams.h" #include "src/ostreams.h"
#include "src/vector.h" #include "src/vector.h"
#include "src/wasm/function-body-decoder-impl.h" #include "src/wasm/function-body-decoder-impl.h"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "src/wasm/managed.h" #include "src/wasm/managed.h"
#include "src/objects-inl.h"
#include "test/cctest/cctest.h" #include "test/cctest/cctest.h"
#include "test/common/wasm/test-signatures.h" #include "test/common/wasm/test-signatures.h"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "src/objects-inl.h"
#include "src/snapshot/code-serializer.h" #include "src/snapshot/code-serializer.h"
#include "src/version.h" #include "src/version.h"
#include "src/wasm/module-decoder.h" #include "src/wasm/module-decoder.h"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "src/handles.h" #include "src/handles.h"
#include "src/isolate.h" #include "src/isolate.h"
#include "src/objects-inl.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/property-descriptor.h" #include "src/property-descriptor.h"
#include "src/wasm/module-decoder.h" #include "src/wasm/module-decoder.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "include/v8.h" #include "include/v8.h"
#include "src/isolate.h" #include "src/isolate.h"
#include "src/objects-inl.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/utils.h" #include "src/utils.h"
#include "src/wasm/wasm-interpreter.h" #include "src/wasm/wasm-interpreter.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "include/v8.h" #include "include/v8.h"
#include "src/isolate.h" #include "src/isolate.h"
#include "src/objects-inl.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/ostreams.h" #include "src/ostreams.h"
#include "src/wasm/wasm-interpreter.h" #include "src/wasm/wasm-interpreter.h"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/objects-inl.h"
#include "test/fuzzer/wasm-section-fuzzers.h" #include "test/fuzzer/wasm-section-fuzzers.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/objects-inl.h"
#include "test/fuzzer/wasm-section-fuzzers.h" #include "test/fuzzer/wasm-section-fuzzers.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/objects-inl.h"
#include "test/fuzzer/wasm-section-fuzzers.h" #include "test/fuzzer/wasm-section-fuzzers.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/objects-inl.h"
#include "test/fuzzer/wasm-section-fuzzers.h" #include "test/fuzzer/wasm-section-fuzzers.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/objects-inl.h"
#include "test/fuzzer/wasm-section-fuzzers.h" #include "test/fuzzer/wasm-section-fuzzers.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/objects-inl.h"
#include "test/fuzzer/wasm-section-fuzzers.h" #include "test/fuzzer/wasm-section-fuzzers.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "include/v8.h" #include "include/v8.h"
#include "src/isolate.h" #include "src/isolate.h"
#include "src/objects-inl.h"
#include "src/wasm/wasm-module-builder.h" #include "src/wasm/wasm-module-builder.h"
#include "src/wasm/wasm-module.h" #include "src/wasm/wasm-module.h"
#include "src/zone/accounting-allocator.h" #include "src/zone/accounting-allocator.h"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/objects-inl.h"
#include "test/fuzzer/wasm-section-fuzzers.h" #include "test/fuzzer/wasm-section-fuzzers.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include "src/compiler/node-properties.h" #include "src/compiler/node-properties.h"
#include "src/objects-inl.h"
#include "src/signature.h" #include "src/signature.h"
#include "src/wasm/wasm-module.h" #include "src/wasm/wasm-module.h"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "test/common/wasm/test-signatures.h" #include "test/common/wasm/test-signatures.h"
#include "src/objects-inl.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/wasm/function-body-decoder-impl.h" #include "src/wasm/function-body-decoder-impl.h"
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "test/common/wasm/test-signatures.h" #include "test/common/wasm/test-signatures.h"
#include "src/bit-vector.h" #include "src/bit-vector.h"
#include "src/objects-inl.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/wasm/function-body-decoder.h" #include "src/wasm/function-body-decoder.h"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "src/v8.h" #include "src/v8.h"
#include "src/objects-inl.h"
#include "src/wasm/function-body-decoder.h" #include "src/wasm/function-body-decoder.h"
#include "src/wasm/wasm-module-builder.h" #include "src/wasm/wasm-module-builder.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment