![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| AstTraversalVisitor (Isolate *isolate, AstNode *root=nullptr) | |
| AstTraversalVisitor (uintptr_t stack_limit, AstNode *root=nullptr) | |
| void | Run () |
| bool | VisitNode (AstNode *node) |
| bool | VisitExpression (Expression *node) |
| void | VisitDeclarations (Declaration::List *declarations) |
| void | VisitStatements (const ZonePtrList< Statement > *statements) |
Public Member Functions inherited from v8::internal::AstVisitor< Subclass > | |
| void | Visit (AstNode *node) |
| void | VisitDeclarations (Declaration::List *declarations) |
| void | VisitStatements (const ZonePtrList< Statement > *statements) |
| void | VisitExpressions (const ZonePtrList< Expression > *expressions) |
Protected Member Functions | |
| int | depth () const |
Protected Member Functions inherited from v8::internal::AstVisitor< Subclass > | |
| Subclass * | impl () |
Definition at line 29 of file ast-traversal-visitor.h.