![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <memory>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | v8 |
Functions | |
| std::unique_ptr< v8::Platform > | InitializeV8ForPDFium (const std::string &js_flags, const std::string &exe_path) |
| void | ShutdownV8ForPDFium () |
| std::unique_ptr< v8::Platform > InitializeV8ForPDFium | ( | const std::string & | js_flags, |
| const std::string & | exe_path ) |
Definition at line 112 of file v8_initializer.cpp.
| void ShutdownV8ForPDFium | ( | ) |
Definition at line 119 of file v8_initializer.cpp.
Referenced by V8TestEnvironment::TearDown().