// Copyright 2014 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/js-native-context-specialization.h" #include "src/compiler/js-operator.h" #include "test/unittests/compiler/graph-unittest.h" namespace v8 { namespace internal { namespace compiler { namespace js_native_context_specialization_unittest { class JSNativeContextSpecializationTest : public GraphTest { … }; TEST_F(JSNativeContextSpecializationTest, GetMaxStringLengthOfString) { … } } // namespace js_native_context_specialization_unittest } // namespace compiler } // namespace internal } // namespace v8