V8 Project
v8::internal::PreParserExpressionList Class Reference

#include <preparser.h>

+ Collaboration diagram for v8::internal::PreParserExpressionList:

Public Member Functions

 PreParserExpressionList ()
 
PreParserExpressionListoperator-> ()
 
void Add (PreParserExpression, void *)
 
int length () const
 

Private Attributes

int length_
 

Detailed Description

Definition at line 866 of file preparser.h.

Constructor & Destructor Documentation

◆ PreParserExpressionList()

v8::internal::PreParserExpressionList::PreParserExpressionList ( )
inline

Definition at line 869 of file preparser.h.

Member Function Documentation

◆ Add()

void v8::internal::PreParserExpressionList::Add ( PreParserExpression  ,
void *   
)
inline

Definition at line 871 of file preparser.h.

871 { ++length_; }

References length_.

◆ length()

int v8::internal::PreParserExpressionList::length ( ) const
inline

Definition at line 872 of file preparser.h.

872 { return length_; }

References length_.

◆ operator->()

PreParserExpressionList* v8::internal::PreParserExpressionList::operator-> ( )
inline

Definition at line 870 of file preparser.h.

870 { return this; }

Member Data Documentation

◆ length_

int v8::internal::PreParserExpressionList::length_
private

Definition at line 874 of file preparser.h.

Referenced by Add(), and length().


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