|
Scope * | scope () |
|
Block * | catch_block () const |
|
void | set_catch_block (Block *b) |
|
HandlerTable::CatchPrediction | GetCatchPrediction (HandlerTable::CatchPrediction outer_catch_prediction) const |
|
bool | ShouldClearPendingException (HandlerTable::CatchPrediction outer_catch_prediction) const |
|
Block * | try_block () const |
|
void | set_try_block (Block *b) |
|
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) |
|
|
enum | NodeType : uint8_t { AST_NODE_LIST =(DECLARE_TYPE_ENUM)
} |
|
| TryStatement (Block *try_block, int pos, NodeType type) |
|
| Statement (int position, NodeType type) |
|
| AstNode (int position, NodeType type) |
|
uint32_t | bit_field_ |
|
static const uint8_t | kNextBitFieldIndex = AstNode::kNextBitFieldIndex |
|
static const uint8_t | kNextBitFieldIndex = NodeTypeField::kNext |
|
Definition at line 952 of file ast.h.
The documentation for this class was generated from the following file: