// Copyright 2022 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 "include/libplatform/libplatform.h" #include "include/v8-context.h" #include "include/v8-data.h" #include "include/v8-isolate.h" #include "include/v8-local-handle.h" #include "include/v8-value.h" #include "test/unittests/test-utils.h" #include "testing/gtest/include/gtest/gtest.h" using ContextTest = v8::TestWithIsolate; TEST_F(ContextTest, HasTemplateLiteralObjectBasic) { … } TEST_F(ContextTest, HasTemplateLiteralObject) { … }