v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::PreParserExpressionList Class Reference

#include <preparser.h>

Collaboration diagram for v8::internal::PreParserExpressionList:

Public Member Functions

 PreParserExpressionList (std::vector< void * > *buffer)
 
int length () const
 
void Add (const PreParserExpression &expression)
 

Private Attributes

int length_
 

Friends

class PreParser
 
class PreParserFactory
 

Detailed Description

Definition at line 347 of file preparser.h.

Constructor & Destructor Documentation

◆ PreParserExpressionList()

v8::internal::PreParserExpressionList::PreParserExpressionList ( std::vector< void * > * buffer)
inlineexplicit

Definition at line 349 of file preparser.h.

Member Function Documentation

◆ Add()

void v8::internal::PreParserExpressionList::Add ( const PreParserExpression & expression)
inline

Definition at line 353 of file preparser.h.

◆ length()

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

Definition at line 351 of file preparser.h.

Friends And Related Symbol Documentation

◆ PreParser

friend class PreParser
friend

Definition at line 360 of file preparser.h.

◆ PreParserFactory

friend class PreParserFactory
friend

Definition at line 361 of file preparser.h.

Member Data Documentation

◆ length_

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

Definition at line 358 of file preparser.h.


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