Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fxjs/cfxjs_engine.h"
#include <memory>
#include "fxjs/cjs_object.h"
#include "testing/fxv8_unittest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "v8/include/v8-context.h"
#include "v8/include/v8-isolate.h"
Go to the source code of this file.
Classes | |
class | FXJSEngineUnitTest |
Functions | |
TEST_F (FXJSEngineUnitTest, GC) | |
Variables | |
static bool | perm_created = false |
static bool | perm_destroyed = false |
static bool | temp_created = false |
static bool | temp_destroyed = false |
TEST_F | ( | FXJSEngineUnitTest | , |
GC | ) |
Definition at line 39 of file cfxjs_engine_unittest.cpp.
References FXJSOBJTYPE_DYNAMIC, perm_created, perm_destroyed, temp_created, and temp_destroyed.
|
static |
Definition at line 34 of file cfxjs_engine_unittest.cpp.
Referenced by TEST_F().
|
static |
Definition at line 35 of file cfxjs_engine_unittest.cpp.
Referenced by TEST_F().
|
static |
Definition at line 36 of file cfxjs_engine_unittest.cpp.
Referenced by TEST_F().
|
static |
Definition at line 37 of file cfxjs_engine_unittest.cpp.
Referenced by TEST_F().