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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "testing/v8_initializer.h"
#include <stdlib.h>
#include <cstring>
#include <vector>
#include "public/fpdfview.h"
#include "testing/utils/file_util.h"
#include "testing/utils/path_service.h"
#include "third_party/base/numerics/safe_conversions.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 111 of file v8_initializer.cpp.

◆ ShutdownV8ForPDFium()

void ShutdownV8ForPDFium ( )

Definition at line 118 of file v8_initializer.cpp.

Referenced by V8TestEnvironment::TearDown().

+ Here is the caller graph for this function: