xref: /aosp_15_r20/external/pdfium/testing/js_embedder_test.cpp (revision 3ac0a46f773bac49fa9476ec2b1cf3f8da5ec3a4)
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() const13 v8::Isolate* JSEmbedderTest::isolate() const {
14   return V8TestEnvironment::GetInstance()->isolate();
15 }
16