// Copyright 2023 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/compiler/wasm-js-lowering.h" #include "src/compiler/common-operator.h" #include "src/compiler/compiler-source-position-table.h" #include "src/compiler/node-properties.h" #include "src/compiler/opcodes.h" #include "src/compiler/operator.h" namespace v8::internal::compiler { WasmJSLowering::WasmJSLowering(Editor* editor, MachineGraph* mcgraph, SourcePositionTable* source_position_table) : … { … } Reduction WasmJSLowering::Reduce(Node* node) { … } } // namespace v8::internal::compiler