#include <preparser.h>
|
| 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 364 of file preparser.h.
◆ Type
| Enumerator |
|---|
| kNullStatement | |
| kUnknownStatement | |
| kJumpStatement | |
| kIterationStatement | |
| kStringLiteralExpressionStatement | |
Definition at line 428 of file preparser.h.
◆ PreParserStatement()
| v8::internal::PreParserStatement::PreParserStatement |
( |
Type | code | ) |
|
|
inlineexplicitprotected |
◆ cases()
◆ Default()
◆ ExpressionStatement()
◆ Initialize() [1/3]
◆ Initialize() [2/3]
◆ Initialize() [3/3]
◆ InitializeStatements()
◆ IsEmptyStatement()
| bool v8::internal::PreParserStatement::IsEmptyStatement |
( |
| ) |
|
|
inline |
◆ IsIterationStatement()
| bool v8::internal::PreParserStatement::IsIterationStatement |
( |
| ) |
|
|
inline |
◆ IsJumpStatement()
| bool v8::internal::PreParserStatement::IsJumpStatement |
( |
| ) |
|
|
inline |
◆ IsNull()
| bool v8::internal::PreParserStatement::IsNull |
( |
| ) |
|
|
inline |
◆ IsStringLiteral()
| bool v8::internal::PreParserStatement::IsStringLiteral |
( |
| ) |
|
|
inline |
◆ Iteration()
◆ Jump()
◆ Null()
◆ operator->()
◆ set_scope()
| void v8::internal::PreParserStatement::set_scope |
( |
Scope * | scope | ) |
|
|
inline |
◆ statements()
◆ code_
| Type v8::internal::PreParserStatement::code_ |
|
private |
The documentation for this class was generated from the following file: