![]() |
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/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"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) | |
| TEST_F | ( | GCedTreeNodeUnitTest | , |
| AsMapKey | ) |
Definition at line 138 of file gced_tree_node_unittest.cpp.
| TEST_F | ( | GCedTreeNodeUnitTest | , |
| FirstHasParent | ) |
Definition at line 83 of file gced_tree_node_unittest.cpp.
| TEST_F | ( | GCedTreeNodeUnitTest | , |
| InsertBeforeAfter | ) |
Definition at line 122 of file gced_tree_node_unittest.cpp.
| TEST_F | ( | GCedTreeNodeUnitTest | , |
| NoReferences | ) |
Definition at line 77 of file gced_tree_node_unittest.cpp.
| TEST_F | ( | GCedTreeNodeUnitTest | , |
| OneRefence | ) |
Definition at line 70 of file gced_tree_node_unittest.cpp.
| TEST_F | ( | GCedTreeNodeUnitTest | , |
| RemoveSelf | ) |
Definition at line 109 of file gced_tree_node_unittest.cpp.