Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
js_embedder_test.cpp
Go to the documentation of this file.
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
13
v8
::Isolate*
JSEmbedderTest
::
isolate
()
const
{
14
return
V8TestEnvironment
::
GetInstance
(
)
->
isolate
(
)
;
15
}
JSEmbedderTest
Definition
js_embedder_test.h:14
JSEmbedderTest::JSEmbedderTest
JSEmbedderTest()
JSEmbedderTest::isolate
v8::Isolate * isolate() const
Definition
js_embedder_test.cpp:13
JSEmbedderTest::~JSEmbedderTest
~JSEmbedderTest() override
V8TestEnvironment
Definition
v8_test_environment.h:26
V8TestEnvironment::isolate
v8::Isolate * isolate() const
Definition
v8_test_environment.h:41
V8TestEnvironment::GetInstance
static V8TestEnvironment * GetInstance()
Definition
v8_test_environment.cpp:43
v8
Definition
fxv8_unittest.h:15
qtwebengine
src
3rdparty
chromium
third_party
pdfium
testing
js_embedder_test.cpp
Generated on Thu Nov 14 2024 01:03:44 for Qt by
1.12.0