|
V8 Project
|
#include <list-inl.h>
Collaboration diagram for v8::internal::ElementCmp< T >:Public Member Functions | |
| ElementCmp (T e) | |
| int | operator() (const T *other) |
Private Attributes | |
| T | elem_ |
Definition at line 242 of file list-inl.h.
|
inlineexplicit |
Definition at line 244 of file list-inl.h.
|
inline |
Definition at line 245 of file list-inl.h.
References v8::internal::ElementCmp< T >::elem_, and v8::internal::PointerValueCompare().
Here is the call graph for this function:
|
private |
Definition at line 249 of file list-inl.h.
Referenced by v8::internal::ElementCmp< T >::operator()().