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

#include <preparser.h>

Collaboration diagram for v8::internal::PreParserScopedStatementList:

Public Member Functions

 PreParserScopedStatementList (std::vector< void * > *buffer)
 
void Rewind ()
 
void MergeInto (const PreParserScopedStatementList *other)
 
void Add (const PreParserStatement &element)
 
int length ()
 

Detailed Description

Definition at line 335 of file preparser.h.

Constructor & Destructor Documentation

◆ PreParserScopedStatementList()

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

Definition at line 337 of file preparser.h.

Member Function Documentation

◆ Add()

void v8::internal::PreParserScopedStatementList::Add ( const PreParserStatement & element)
inline

Definition at line 340 of file preparser.h.

◆ length()

int v8::internal::PreParserScopedStatementList::length ( )
inline

Definition at line 341 of file preparser.h.

◆ MergeInto()

void v8::internal::PreParserScopedStatementList::MergeInto ( const PreParserScopedStatementList * other)
inline

Definition at line 339 of file preparser.h.

◆ Rewind()

void v8::internal::PreParserScopedStatementList::Rewind ( )
inline

Definition at line 338 of file preparser.h.


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