// Copyright 2016 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/tracing/traced-value.h" #include "test/unittests/test-utils.h" #include "testing/gtest/include/gtest/gtest.h" TracedValue; using TracedValueTest = v8::TestWithIsolate; TEST_F(TracedValueTest, FlatDictionary) { … } TEST_F(TracedValueTest, NoDotPathExpansion) { … } TEST_F(TracedValueTest, Hierarchy) { … } TEST_F(TracedValueTest, Nesting) { … } TEST_F(TracedValueTest, LongStrings) { … } TEST_F(TracedValueTest, Escaping) { … } TEST_F(TracedValueTest, Utf8) { … }