|
V8 Project
|
#include <utils.h>
Inheritance diagram for v8::internal::EmbeddedContainer< ElementType, NumElements >:
Collaboration diagram for v8::internal::EmbeddedContainer< ElementType, NumElements >:Public Member Functions | |
| EmbeddedContainer () | |
| int | length () const |
| const ElementType & | operator[] (int i) const |
| ElementType & | operator[] (int i) |
Private Attributes | |
| ElementType | elems_ [NumElements] |
|
inline |
|
inline |
Definition at line 747 of file utils.h.
Referenced by v8::internal::EmbeddedContainer< ElementType, NumElements >::operator[]().
Here is the caller graph for this function:
|
inline |
Definition at line 752 of file utils.h.
References DCHECK, v8::internal::EmbeddedContainer< ElementType, NumElements >::elems_, and v8::internal::EmbeddedContainer< ElementType, NumElements >::length().
Here is the call graph for this function:
|
inline |
Definition at line 748 of file utils.h.
References DCHECK, v8::internal::EmbeddedContainer< ElementType, NumElements >::elems_, and v8::internal::EmbeddedContainer< ElementType, NumElements >::length().
Here is the call graph for this function:
|
private |
Definition at line 758 of file utils.h.
Referenced by v8::internal::EmbeddedContainer< ElementType, NumElements >::operator[]().