|
class | AstNodeFactory |
|
class | Block |
|
|
enum | BreakableType { TARGET_FOR_ANONYMOUS,
TARGET_FOR_NAMED_ONLY
} |
|
enum | NodeType : uint8_t { AST_NODE_LIST =(DECLARE_TYPE_ENUM)
} |
|
ZonePtrList< Statement > * | statements () |
|
bool | ignore_completion_value () const |
|
ZonePtrList< const AstRawString > * | labels () const |
|
bool | IsJump () const |
|
Scope * | scope () const |
|
void | set_scope (Scope *scope) |
|
void | InitializeStatements (const ScopedPtrList< Statement > &statements, Zone *zone) |
|
ZonePtrList< const AstRawString > * | labels () const |
|
bool | is_target_for_anonymous () const |
|
bool | IsJump () const |
|
void * | operator new (size_t size, Zone *zone) |
|
NodeType | node_type () const |
|
int | position () const |
|
BreakableStatement * | AsBreakableStatement () |
|
IterationStatement * | AsIterationStatement () |
|
MaterializedLiteral * | AsMaterializedLiteral () |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone) |
|
| Block (Zone *zone, ZonePtrList< const AstRawString > *labels, int capacity, bool ignore_completion_value) |
|
| Block (ZonePtrList< const AstRawString > *labels, bool ignore_completion_value) |
|
| BreakableStatement (BreakableType breakable_type, int position, NodeType type) |
|
| Statement (int position, NodeType type) |
|
| AstNode (int position, NodeType type) |
|
uint32_t | bit_field_ |
|
static const uint8_t | kNextBitFieldIndex = BreakableTypeField::kNext |
|
static const uint8_t | kNextBitFieldIndex = AstNode::kNextBitFieldIndex |
|
static const uint8_t | kNextBitFieldIndex = NodeTypeField::kNext |
|
Definition at line 383 of file ast.h.
The documentation for this class was generated from the following file: