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

#include <preparser.h>

Collaboration diagram for v8::internal::PreParserStatementList:

Public Member Functions

 PreParserStatementList ()
 
PreParserStatementListoperator-> ()
 
void Add (const PreParserStatement &element, Zone *zone)
 
bool IsNull () const
 

Static Public Member Functions

static PreParserStatementList Null ()
 

Private Member Functions

 PreParserStatementList (bool is_null)
 

Private Attributes

bool is_null_
 

Detailed Description

Definition at line 322 of file preparser.h.

Constructor & Destructor Documentation

◆ PreParserStatementList() [1/2]

v8::internal::PreParserStatementList::PreParserStatementList ( )
inline

Definition at line 324 of file preparser.h.

Here is the caller graph for this function:

◆ PreParserStatementList() [2/2]

v8::internal::PreParserStatementList::PreParserStatementList ( bool is_null)
inlineexplicitprivate

Definition at line 331 of file preparser.h.

Member Function Documentation

◆ Add()

void v8::internal::PreParserStatementList::Add ( const PreParserStatement & element,
Zone * zone )
inline

Definition at line 326 of file preparser.h.

◆ IsNull()

bool v8::internal::PreParserStatementList::IsNull ( ) const
inline

Definition at line 328 of file preparser.h.

◆ Null()

static PreParserStatementList v8::internal::PreParserStatementList::Null ( )
inlinestatic

Definition at line 327 of file preparser.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator->()

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

Definition at line 325 of file preparser.h.

Member Data Documentation

◆ is_null_

bool v8::internal::PreParserStatementList::is_null_
private

Definition at line 332 of file preparser.h.


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