v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PreParserExpressionList Class Reference

#include <preparser.h>

Public Member Functions

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

Detailed Description

Definition at line 665 of file preparser.h.

Constructor & Destructor Documentation

Definition at line 668 of file preparser.h.

Member Function Documentation

void Add ( PreParserExpression  ,
void *   
)
inline

Definition at line 670 of file preparser.h.

int length ( ) const
inline

Definition at line 671 of file preparser.h.

PreParserExpressionList* operator-> ( )
inline

Definition at line 669 of file preparser.h.


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