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

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

#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

static bool perm_created = false
static

Definition at line 34 of file cfxjs_engine_unittest.cpp.

Referenced by TEST_F().

◆ perm_destroyed

static bool perm_destroyed = false
static

Definition at line 35 of file cfxjs_engine_unittest.cpp.

Referenced by TEST_F().

◆ temp_created

static bool temp_created = false
static

Definition at line 36 of file cfxjs_engine_unittest.cpp.

Referenced by TEST_F().

◆ temp_destroyed

static bool temp_destroyed = false
static

Definition at line 37 of file cfxjs_engine_unittest.cpp.

Referenced by TEST_F().