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.h
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#ifndef TESTING_JS_EMBEDDER_TEST_H_
6#define TESTING_JS_EMBEDDER_TEST_H_
7
8#include "testing/embedder_test.h"
9
10namespace v8 {
11class Isolate;
12} // namespace v8
13
15 public:
17 ~JSEmbedderTest() override;
18
19 v8::Isolate* isolate() const;
20};
21
22#endif // TESTING_JS_EMBEDDER_TEST_H_
friend class EventParamScope
Extension * GetExtension() const
v8::Isolate * isolate() const
~JSEmbedderTest() override
v8::Local< v8::Value > GetValue() const
CXFA_Document * GetXFADocument() const
bool Execute(ByteStringView input)
bool OpenDocumentWithOptions(const std::string &filename, const char *password, LinearizeOption linearize_option, JavaScriptOption javascript_option) override
CFXJSE_Engine * GetScriptContext() const
~XFAJSEmbedderTest() override
bool ExecuteSilenceFailure(ByteStringView input)
TEST_F(CPDFXFAContextEmbedderTest, HasHeap)