![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fxv8_unittest.h>
Classes | |
struct | V8IsolateDeleter |
Public Member Functions | |
FXV8UnitTest () | |
~FXV8UnitTest () override | |
void | SetUp () override |
v8::Isolate * | isolate () const |
Protected Attributes | |
std::unique_ptr< CFX_V8ArrayBufferAllocator > | array_buffer_allocator_ |
std::unique_ptr< v8::Isolate, V8IsolateDeleter > | isolate_ |
Definition at line 19 of file fxv8_unittest.h.
|
default |
|
overridedefault |
|
inline |
Definition at line 30 of file fxv8_unittest.h.
Referenced by FXJSEngineUnitTest::SetUp().
|
override |
Definition at line 20 of file fxv8_unittest.cpp.
Referenced by CFXV8UnitTest::SetUp(), and FXJSEngineUnitTest::SetUp().
|
protected |
Definition at line 33 of file fxv8_unittest.h.
|
protected |
Definition at line 34 of file fxv8_unittest.h.