// 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.#include "test/cctest/compiler/value-helper.h"namespacev8{namespaceinternal{namespacecompiler{// Define constexpr arrays of ValueHelper for external references.constexprint8_tValueHelper::int8_array[];constexprint16_tValueHelper::int16_array[];constexpruint32_tValueHelper::uint32_array[];constexpruint64_tValueHelper::uint64_array[];constexprfloatValueHelper::float32_array[];constexprdoubleValueHelper::float64_array[];}// namespace compiler}// namespace internal}// namespace v8