V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::Processor Class Referencefinal
Inheritance diagram for v8::internal::Processor:
v8::internal::AstVisitor< Processor >

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
 
Zonezone ()
 
DeclarationScopeclosure_scope ()
 
AstNodeFactoryfactory ()
 
ExpressionSetResult (Expression *value)
 
StatementAssignUndefinedBefore (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 >
Processorimpl ()
 

Detailed Description

Definition at line 16 of file rewriter.cc.


The documentation for this class was generated from the following file: