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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "fxjs/gc/heap.h"
#include <memory>
#include <set>
#include "testing/fxgc_unittest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/v8_test_environment.h"
#include "third_party/base/containers/contains.h"
#include "v8/include/cppgc/allocation.h"
#include "v8/include/cppgc/persistent.h"
+ Include dependency graph for heap_unittest.cpp:

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)
 

Function Documentation

◆ TEST_F() [1/6]

TEST_F ( HeapUnitTest ,
Bloat  )

Definition at line 169 of file heap_unittest.cpp.

◆ TEST_F() [2/6]

TEST_F ( HeapUnitTest ,
DeleteHeapNoReferences  )

Definition at line 152 of file heap_unittest.cpp.

◆ TEST_F() [3/6]

TEST_F ( HeapUnitTest ,
DISABLED_DeleteHeapHasReferences  )

Definition at line 131 of file heap_unittest.cpp.

◆ TEST_F() [4/6]

TEST_F ( HeapUnitTest ,
HasReferences  )

Definition at line 111 of file heap_unittest.cpp.

◆ TEST_F() [5/6]

TEST_F ( HeapUnitTest ,
NoReferences  )

Definition at line 94 of file heap_unittest.cpp.

◆ TEST_F() [6/6]

TEST_F ( HeapUnitTest ,
SeveralHeaps  )

Definition at line 77 of file heap_unittest.cpp.