1 // Copyright 2015 The PDFium Authors 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #include "testing/js_embedder_test.h" 6 7 #include "testing/v8_test_environment.h" 8 9 JSEmbedderTest::JSEmbedderTest() = default; 10 11 JSEmbedderTest::~JSEmbedderTest() = default; 12 isolate() const13v8::Isolate* JSEmbedderTest::isolate() const { 14 return V8TestEnvironment::GetInstance()->isolate(); 15 } 16