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
v8_initializer.cpp File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include "testing/v8_initializer.h"
#include <stdlib.h>
#include <cstring>
#include <vector>
#include "core/fxcrt/fx_memcpy_wrappers.h"
#include "core/fxcrt/numerics/safe_conversions.h"
#include "public/fpdfview.h"
#include "testing/utils/file_util.h"
#include "testing/utils/path_service.h"
#include "v8/include/libplatform/libplatform.h"
#include "v8/include/v8-initialization.h"
#include "v8/include/v8-snapshot.h"
Include dependency graph for v8_initializer.cpp:

Go to the source code of this file.

Functions

std::unique_ptr< v8::PlatformInitializeV8ForPDFium (const std::string &exe_path, const std::string &js_flags)
void ShutdownV8ForPDFium ()

Function Documentation

◆ InitializeV8ForPDFium()

std::unique_ptr< v8::Platform > InitializeV8ForPDFium ( const std::string & exe_path,
const std::string & js_flags )

Definition at line 112 of file v8_initializer.cpp.

◆ ShutdownV8ForPDFium()

void ShutdownV8ForPDFium ( )

Definition at line 119 of file v8_initializer.cpp.

Referenced by V8TestEnvironment::TearDown().

Here is the caller graph for this function: