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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "fxjs/gc/gced_tree_node.h"
#include <map>
#include "core/fxcrt/observed_ptr.h"
#include "fxjs/gc/heap.h"
#include "testing/fxgc_unittest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/v8_test_environment.h"
#include "v8/include/cppgc/allocation.h"
#include "v8/include/cppgc/persistent.h"
+ Include dependency graph for gced_tree_node_unittest.cpp:

Go to the source code of this file.

Classes

class  GCedTreeNodeUnitTest
 

Functions

 TEST_F (GCedTreeNodeUnitTest, OneRefence)
 
 TEST_F (GCedTreeNodeUnitTest, NoReferences)
 
 TEST_F (GCedTreeNodeUnitTest, FirstHasParent)
 
 TEST_F (GCedTreeNodeUnitTest, RemoveSelf)
 
 TEST_F (GCedTreeNodeUnitTest, InsertBeforeAfter)
 
 TEST_F (GCedTreeNodeUnitTest, AsMapKey)
 

Function Documentation

◆ TEST_F() [1/6]

TEST_F ( GCedTreeNodeUnitTest ,
AsMapKey  )

Definition at line 138 of file gced_tree_node_unittest.cpp.

◆ TEST_F() [2/6]

TEST_F ( GCedTreeNodeUnitTest ,
FirstHasParent  )

Definition at line 83 of file gced_tree_node_unittest.cpp.

◆ TEST_F() [3/6]

TEST_F ( GCedTreeNodeUnitTest ,
InsertBeforeAfter  )

Definition at line 122 of file gced_tree_node_unittest.cpp.

◆ TEST_F() [4/6]

TEST_F ( GCedTreeNodeUnitTest ,
NoReferences  )

Definition at line 77 of file gced_tree_node_unittest.cpp.

◆ TEST_F() [5/6]

TEST_F ( GCedTreeNodeUnitTest ,
OneRefence  )

Definition at line 70 of file gced_tree_node_unittest.cpp.

◆ TEST_F() [6/6]

TEST_F ( GCedTreeNodeUnitTest ,
RemoveSelf  )

Definition at line 109 of file gced_tree_node_unittest.cpp.