![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| Processor (uintptr_t stack_limit, DeclarationScope *closure_scope, Variable *result, AstValueFactory *ast_value_factory) | |
| Processor (Parser *parser, DeclarationScope *closure_scope, Variable *result, AstValueFactory *ast_value_factory) | |
| void | Process (ZonePtrList< Statement > *statements) |
| bool | result_assigned () const |
| Zone * | zone () |
| DeclarationScope * | closure_scope () |
| AstNodeFactory * | factory () |
| Expression * | SetResult (Expression *value) |
| Statement * | AssignUndefinedBefore (Statement *s) |
Public Member Functions inherited from v8::internal::AstVisitor< Processor > | |
| void | Visit (AstNode *node) |
| void | VisitDeclarations (Declaration::List *declarations) |
| void | VisitStatements (const ZonePtrList< Statement > *statements) |
| void | VisitExpressions (const ZonePtrList< Expression > *expressions) |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::AstVisitor< Processor > | |
| Processor * | impl () |
Definition at line 16 of file rewriter.cc.