v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EmbeddedContainer< ElementType, 0 > Class Template Reference

#include <utils.h>

Public Member Functions

int length () const
 
const ElementType & operator[] (int i) const
 
ElementType & operator[] (int i)
 

Detailed Description

template<typename ElementType>
class v8::internal::EmbeddedContainer< ElementType, 0 >

Definition at line 881 of file utils.h.

Member Function Documentation

int length ( ) const
inline

Definition at line 883 of file utils.h.

const ElementType& operator[] ( int  i) const
inline

Definition at line 884 of file utils.h.

References UNREACHABLE.

ElementType& operator[] ( int  i)
inline

Definition at line 889 of file utils.h.

References UNREACHABLE.


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