V8 Project
|
#include <utils.h>
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[]().
|
inline |
Definition at line 752 of file utils.h.
References DCHECK, v8::internal::EmbeddedContainer< ElementType, NumElements >::elems_, and v8::internal::EmbeddedContainer< ElementType, NumElements >::length().
|
inline |
Definition at line 748 of file utils.h.
References DCHECK, v8::internal::EmbeddedContainer< ElementType, NumElements >::elems_, and v8::internal::EmbeddedContainer< ElementType, NumElements >::length().
|
private |
Definition at line 758 of file utils.h.
Referenced by v8::internal::EmbeddedContainer< ElementType, NumElements >::operator[]().