V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::PreParserStatement Class Reference

Public Member Functions

void InitializeStatements (const PreParserScopedStatementList &statements, Zone *zone)
 
bool IsStringLiteral ()
 
bool IsJumpStatement ()
 
bool IsNull ()
 
bool IsEmptyStatement ()
 
PreParserStatementoperator-> ()
 
PreParserStatementList statements ()
 
PreParserStatementList cases ()
 
void set_scope (Scope *scope)
 
void Initialize (const PreParserExpression &cond, PreParserStatement body, const SourceRange &body_range={})
 
void Initialize (PreParserStatement init, const PreParserExpression &cond, PreParserStatement next, PreParserStatement body, const SourceRange &body_range={})
 

Static Public Member Functions

static PreParserStatement Default ()
 
static PreParserStatement Null ()
 
static PreParserStatement Empty ()
 
static PreParserStatement Jump ()
 
static PreParserStatement ExpressionStatement (const PreParserExpression &expression)
 

Detailed Description

Definition at line 463 of file preparser.h.


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