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

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

#include "fxjs/gc/container_trace.h"
#include <stdint.h>
#include <list>
#include <map>
#include <set>
#include <vector>
#include "testing/gtest/include/gtest/gtest.h"
#include "v8/include/cppgc/member.h"
+ Include dependency graph for container_trace_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (ContainerTrace, ActualListTrace)
 
 TEST (ContainerTrace, ActualMapTraceFirst)
 
 TEST (ContainerTrace, ActualMapTraceSecond)
 
 TEST (ContainerTrace, ActualMapTraceBoth)
 
 TEST (ContainerTrace, ActualSetTrace)
 
 TEST (ContainerTrace, ActualVectorTrace)
 

Function Documentation

◆ TEST() [1/6]

TEST ( ContainerTrace ,
ActualListTrace  )

Definition at line 37 of file container_trace_unittest.cpp.

◆ TEST() [2/6]

TEST ( ContainerTrace ,
ActualMapTraceBoth  )

Definition at line 64 of file container_trace_unittest.cpp.

◆ TEST() [3/6]

TEST ( ContainerTrace ,
ActualMapTraceFirst  )

Definition at line 46 of file container_trace_unittest.cpp.

◆ TEST() [4/6]

TEST ( ContainerTrace ,
ActualMapTraceSecond  )

Definition at line 55 of file container_trace_unittest.cpp.

◆ TEST() [5/6]

TEST ( ContainerTrace ,
ActualSetTrace  )

Definition at line 73 of file container_trace_unittest.cpp.

◆ TEST() [6/6]

TEST ( ContainerTrace ,
ActualVectorTrace  )

Definition at line 82 of file container_trace_unittest.cpp.