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

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#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"
Include dependency graph for cfxjs_engine_unittest.cpp:

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

Function Documentation

◆ TEST_F()

Variable Documentation

◆ perm_created

bool perm_created = false
static

Definition at line 34 of file cfxjs_engine_unittest.cpp.

Referenced by TEST_F().

◆ perm_destroyed

bool perm_destroyed = false
static

Definition at line 35 of file cfxjs_engine_unittest.cpp.

Referenced by TEST_F().

◆ temp_created

bool temp_created = false
static

Definition at line 36 of file cfxjs_engine_unittest.cpp.

Referenced by TEST_F().

◆ temp_destroyed

bool temp_destroyed = false
static

Definition at line 37 of file cfxjs_engine_unittest.cpp.

Referenced by TEST_F().