blob: b11f3153d4ac3c597cbb03667043e7bdf233aaaf [file] [log] [blame]
Lei Zhang1ac47eb2015-12-21 11:04:44 -08001// Copyright 2015 PDFium Authors. All rights reserved.
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"
Lei Zhange75538b2017-12-20 19:33:20 +00006
Tom Sepez72f520c2020-08-24 23:43:46 +00007#include "testing/v8_test_environment.h"
Lei Zhang1ac47eb2015-12-21 11:04:44 -08008
Tom Sepez72f520c2020-08-24 23:43:46 +00009JSEmbedderTest::JSEmbedderTest() = default;
jochen38a1f0a2016-05-31 12:07:40 -070010
Lei Zhang0e744a22020-06-02 00:44:28 +000011JSEmbedderTest::~JSEmbedderTest() = default;
jochen38a1f0a2016-05-31 12:07:40 -070012
Tom Sepez72f520c2020-08-24 23:43:46 +000013v8::Isolate* JSEmbedderTest::isolate() const {
14 return V8TestEnvironment::GetInstance()->isolate();
Lei Zhang1ac47eb2015-12-21 11:04:44 -080015}