![]() |
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/heap.h"#include <memory>#include <set>#include "core/fxcrt/containers/contains.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 | HeapUnitTest |
Functions | |
| TEST_F (HeapUnitTest, SeveralHeaps) | |
| TEST_F (HeapUnitTest, NoReferences) | |
| TEST_F (HeapUnitTest, HasReferences) | |
| TEST_F (HeapUnitTest, DISABLED_DeleteHeapHasReferences) | |
| TEST_F (HeapUnitTest, DeleteHeapNoReferences) | |
| TEST_F (HeapUnitTest, Bloat) | |
| TEST_F | ( | HeapUnitTest | , |
| Bloat | ) |
Definition at line 169 of file heap_unittest.cpp.
| TEST_F | ( | HeapUnitTest | , |
| DeleteHeapNoReferences | ) |
Definition at line 152 of file heap_unittest.cpp.
| TEST_F | ( | HeapUnitTest | , |
| DISABLED_DeleteHeapHasReferences | ) |
Definition at line 131 of file heap_unittest.cpp.
| TEST_F | ( | HeapUnitTest | , |
| HasReferences | ) |
Definition at line 111 of file heap_unittest.cpp.
| TEST_F | ( | HeapUnitTest | , |
| NoReferences | ) |
Definition at line 94 of file heap_unittest.cpp.
| TEST_F | ( | HeapUnitTest | , |
| SeveralHeaps | ) |
Definition at line 77 of file heap_unittest.cpp.