#include <preparser.h>
|
void | set_scope (Scope *scope) |
|
Scope * | scope () const |
|
PreParserBlock * | operator-> () |
|
void | InitializeStatements (const PreParserScopedStatementList &statements, Zone *zone) |
|
bool | IsStringLiteral () |
|
bool | IsJumpStatement () |
|
bool | IsNull () |
|
bool | IsIterationStatement () |
|
bool | IsEmptyStatement () |
|
PreParserStatement * | operator-> () |
|
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={}) |
|
void | Initialize (PreParserExpression each, const PreParserExpression &subject, PreParserStatement body, Scope *subject_scope) |
|
Definition at line 444 of file preparser.h.
◆ PreParserBlock()
◆ Default()
◆ Null()
◆ operator->()
◆ scope()
Scope * v8::internal::PreParserBlock::scope |
( |
| ) |
const |
|
inline |
◆ set_scope()
void v8::internal::PreParserBlock::set_scope |
( |
Scope * | scope | ) |
|
|
inline |
◆ scope_
Scope* v8::internal::PreParserBlock::scope_ |
|
private |
The documentation for this class was generated from the following file: