// Copyright 2017 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. #ifndef V8_TEST_COMMON_WASM_FLAG_UTILS_H #define V8_TEST_COMMON_WASM_FLAG_UTILS_H #include "src/wasm/wasm-features.h" #include "test/common/flag-utils.h" namespace v8::internal::wasm { #define EXPERIMENTAL_FLAG_SCOPE(flag) … class V8_NODISCARD WasmFeatureScope { … }; #define WASM_FEATURE_SCOPE(feat) … #define WASM_FEATURE_SCOPE_VAL(feat, val) … } // namespace v8::internal::wasm #endif // V8_TEST_COMMON_WASM_FLAG_UTILS_H