v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::Deduplicator< T > Class Template Reference

#include <utils.h>

Collaboration diagram for v8::internal::torque::Deduplicator< T >:

Public Member Functions

const TAdd (T x)
 

Private Attributes

std::unordered_set< T, base::hash< T > > storage_
 

Detailed Description

template<class T>
class v8::internal::torque::Deduplicator< T >

Definition at line 112 of file utils.h.

Member Function Documentation

◆ Add()

template<class T >
const T * v8::internal::torque::Deduplicator< T >::Add ( T x)
inline

Definition at line 114 of file utils.h.

Member Data Documentation

◆ storage_

template<class T >
std::unordered_set<T, base::hash<T> > v8::internal::torque::Deduplicator< T >::storage_
private

Definition at line 117 of file utils.h.


The documentation for this class was generated from the following file: